mirror of
https://github.com/trafficlunar/statsys.git
synced 2026-03-28 11:13:17 +00:00
4 lines
61 B
CSS
4 lines
61 B
CSS
/* Dark mode (inverted) theme */
|
|
html {
|
|
filter: invert();
|
|
}
|