From c8e99ba34a1d55f4ec395f98bcdac506dbe5c032 Mon Sep 17 00:00:00 2001 From: Crimson Tome <64846840+CrimsonTome@users.noreply.github.com> Date: Wed, 20 Oct 2021 18:16:28 +0100 Subject: [PATCH] Update index.css --- css/index.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/css/index.css b/css/index.css index 31263a8..df9f99a 100644 --- a/css/index.css +++ b/css/index.css @@ -18,17 +18,17 @@ } */ @media (prefers-color-scheme: dark) { - body { - color: #eee; - background: #121212; - } - - body a { - color: #809fff; + :root { + --header: #e0e0e0; + --border: #C0C0C0; + --text: #fff; + --visited: #17050F; + --link: #082840; + --bg: #333; } } -} + /* Global stylesheet */ * { box-sizing: border-box;