dark css mode

This commit is contained in:
Yann Esposito (Yogsototh) 2024-02-09 23:52:41 +01:00
parent 26269d3e54
commit 67962d096d
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -1,3 +1,8 @@
@media (prefers-color-scheme: dark) {
html, img, video, iframe { filter: invert(1); }
body { background-color: white; }
}
html {
height: 102%;
}