fediplan/public/css/night.css
2019-08-22 18:16:17 +02:00

12 lines
No EOL
165 B
CSS

:root {
background-color: #fefefe;
filter: invert(100%);
}
* {
background-color: inherit;
}
img:not([src*=".svg"]), video {
filter: invert(100%);
}