Add a dark theme

This commit is contained in:
2021-05-29 01:18:09 +02:00
parent de0a0ce58b
commit e3212127e5

View File

@ -1,3 +1,10 @@
@media (prefers-color-scheme: dark) {
body {
background-color: black;
filter: invert(1) hue-rotate(180deg)
}
}
body {
max-width: 60em;
text-align: justify;