diff --git a/docs/changelogs/changelog.css b/docs/changelogs/changelog.css index 77b8e8c..bc13a03 100644 --- a/docs/changelogs/changelog.css +++ b/docs/changelogs/changelog.css @@ -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; - } -}