Monorepo for Tangled
0
fork

Configure Feed

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

nix/pkgs/appview-static-files: add dolly_white.png

For the Oauth PDS authentication page, a white wool dolly
is better looking.

Signed-off-by: edouardparis <m@edouard.paris>

+1
+1
nix/pkgs/appview-static-files.nix
··· 32 32 ${dolly}/bin/dolly -output logos/dolly.png -size 180x180 33 33 ${dolly}/bin/dolly -output logos/dolly.ico -size 48x48 34 34 ${dolly}/bin/dolly -output logos/dolly.svg -color currentColor 35 + ${dolly}/bin/dolly -output logos/dolly_white.png -size 180x180 -color '#FFFFFF' 35 36 # tailwindcss -c $src/tailwind.config.js -i $src/input.css -o tw.css won't work 36 37 # for whatever reason (produces broken css), so we are doing this instead 37 38 cd ${src} && ${tailwindcss}/bin/tailwindcss -i input.css -o $out/tw.css