This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

nix: fix responsiveness bug with favicon

favicon was not following prefers-color-scheme.

Signed-off-by: oppiliappan <me@oppi.li>

author
oppiliappan
date (Jan 9, 2026, 4:22 PM UTC) commit 57207f64 parent a4a5d918 change-id zlynqwxn
+1 -1
+1 -1
nix/pkgs/appview-static-files.nix
··· 30 30 31 31 ${dolly}/bin/dolly -output logos/dolly.png -size 180x180 32 32 ${dolly}/bin/dolly -output logos/dolly.ico -size 48x48 33 - ${dolly}/bin/dolly -output logos/dolly.svg 33 + ${dolly}/bin/dolly -output logos/dolly.svg -color currentColor 34 34 # tailwindcss -c $src/tailwind.config.js -i $src/input.css -o tw.css won't work 35 35 # for whatever reason (produces broken css), so we are doing this instead 36 36 cd ${src} && ${tailwindcss}/bin/tailwindcss -i input.css -o $out/tw.css