|
|
|
|
|
by RealCodingOtaku
871 days ago
|
|
As a developer, OS or Browser deciding the colors of my website would be a nightmare. The web is diverse, everyone doing their own weird colours in whatever weird way they can think of. But we do get the "prefers-color-scheme"[0] and "color-scheme"[1] CSS media features, they make it easy for everyone, the visitor can just change the OS/Browser theme and the browser tells the website about what color the visitor prefers. It's up to the developer to ignore/accept their preference. This is an accessibility thing, many hates dark theme, and some cannot look at a bright screen for long, all sites should provide either a way to change the theme or use these CSS features. [0] https://developer.mozilla.org/en-US/docs/Web/CSS/@media/pref... [1] https://developer.mozilla.org/en-US/docs/Web/CSS/color-schem... |
|
1. dumping work on the web author.
2. no, it doesn‘t tell what color. It simply says dark or light. Who knows which color fits into the rest of the system? The web author certainly cannot know that.