Comment by mathiasrw
5 years ago
Website with no images? Easy, this is all thats needed:
@media (prefers-color-scheme:dark) {
html{
filter: invert(1) hue-rotate(.5turn);
}
}
Its works so well because it keeps the balance of contrast between elements.
No comments yet
Contribute on Hacker News ↗