mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-24 21:55:52 +03:00
[GH-ISSUE #726] Make web app theme follow prefers-color-scheme #1069
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/anonaddy#1069
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Zwyx on GitHub (Apr 9, 2025).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/726
Hi and thank you for making Addy.io. I'm a fan (I have a paid plan and I'm also one of your sponsors on GitHub).
I've noticed that Dark Mode has recently been implemented. However, it only has two states, ON or OFF. It would be great to have the third state: "same as device".
Here's a demo: https://zwyx.github.io/proper-dark-theme
And a blog post explaining how it's done: https://zwyx.dev/blog/proper-dark-theme
@RokeJulianLockhart commented on GitHub (Sep 1, 2025):
This should be remediable with
:root { color-scheme: light dark }.