Update changelog.css

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

View file

@ -6,7 +6,6 @@ body {
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto,
'Helvetica Neue', sans-serif;
text-rendering: optimizeLegibility;
color: #3b4351;
}
kbd {
font-family: Consolas, 'Lucida Console', monospace;
@ -53,11 +52,3 @@ h3 {
margin-bottom: 0.5em;
margin-top: 0.4em;
}
@media (prefers-color-scheme: dark) {
html,
body {
color: white;
background-color: #3b4351;
}
}