matze / wastebin

wastebin is a pastebin 📝
https://bin.bloerg.net
MIT License
336 stars 27 forks source link

Cannot figure out how to set Dark Mode #43

Closed netnem closed 9 months ago

netnem commented 10 months ago

How do I make the app go into dark mode? I guessed "- WASTEBIN_DARK_MODE=1" which didn't work but I don't see any documentation to make it the default theme.

I ended up rebuilding the docker file and just copied over the dark theme into the light theme as a workaround. Just a little strange.

matze commented 10 months ago

It's entirely client-side and based on your browser settings.

netnem commented 10 months ago

Hey no problem. I was just expecting to see a settings page where you can change the "theme" from dark / bright etc. Feel free to close this.