Update changelog.css

This commit is contained in:
JoniVR 2021-10-12 19:30:46 +02:00
parent 2b4ec51399
commit d6e14dcd92
No known key found for this signature in database
GPG key ID: 3C8F6B8A7809ACDA

View file

@ -53,3 +53,11 @@ h3 {
margin-bottom: 0.5em;
margin-top: 0.4em;
}
@media (prefers-color-scheme: dark) {
html,
body {
color: white;
background-color: #3b4351;
}
}