-
Yikes I just fell for playing with mini dark modes again. This is the holy grail, no?
@ media (prefers-color-scheme: dark) { * { background-color: inherit; } html, img:not([src$='.svg']) { filter: invert(1) hue-rotate(180deg); } }
NO? 😂
@ media (prefers-color-scheme: dark) {
* {
background-color: inherit;
}
html,
img:not([src$='.svg']) {
filter: invert(1) hue-rotate(180deg);
}
}
NO? 😂