mirror of
https://github.com/danbulant/1mb-club
synced 2026-06-21 15:41:49 +00:00
3 lines
87 B
CSS
3 lines
87 B
CSS
@media (prefers-color-scheme: dark) {
|
|
body{background:#191919;filter:invert(1);}
|
|
}
|