From d6e14dcd92f30c63a071fc293149b7048dba5735 Mon Sep 17 00:00:00 2001 From: JoniVR Date: Tue, 12 Oct 2021 19:30:46 +0200 Subject: [PATCH] Update changelog.css --- docs/changelogs/changelog.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/changelogs/changelog.css b/docs/changelogs/changelog.css index 94e23ca..77b8e8c 100644 --- a/docs/changelogs/changelog.css +++ b/docs/changelogs/changelog.css @@ -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; + } +}