statsys/www/themes/inverted.css
2025-12-14 22:08:30 +00:00

4 lines
61 B
CSS

/* Dark mode (inverted) theme */
html {
filter: invert();
}