|
|
|
|
|
by ss64
514 days ago
|
|
It is built into the CSS standard /* Dark mode */
@media (prefers-color-scheme: dark) {
...
} The issue with both dark and light modes is so many designers seem to have jumped onto the idea that colour schemes have to be either bright white or darkest black. I'd much rather see colours that are 'slightly darker' at night and 'slightly lighter' in the daytime. For one thing there are still so many websites with no colour schemes setup at all so if you avoid going to extremes it minimises the contrast difference. |
|