djt/style/night.css

7 lines
68 B
CSS

html {
filter: invert(100%);
}
body {
background-color:#000;
}