mirror of
https://github.com/Limnoria/limnoria.net.git
synced 2025-04-04 22:39:48 +00:00
22 lines
314 B
CSS
22 lines
314 B
CSS
@media (prefers-color-scheme: dark) {
|
|
body {
|
|
background-color: black;
|
|
filter: invert(1) hue-rotate(180deg)
|
|
}
|
|
}
|
|
|
|
body {
|
|
max-width: 60em;
|
|
text-align: justify;
|
|
margin: auto;
|
|
}
|
|
|
|
dl.commands dt {
|
|
font-family: monospace;
|
|
}
|
|
|
|
dd {
|
|
margin-top: 0.1em;
|
|
margin-bottom: 0.5em;
|
|
}
|