From 658cb08d6757080be28ef9fab49fd5c3a6b9993e Mon Sep 17 00:00:00 2001 From: Crimson Tome <64846840+CrimsonTome@users.noreply.github.com> Date: Wed, 20 Oct 2021 17:01:45 +0100 Subject: [PATCH] Update index.css --- css/index.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/css/index.css b/css/index.css index b529b2e..8e44dce 100644 --- a/css/index.css +++ b/css/index.css @@ -9,8 +9,12 @@ } @media (prefers-color-scheme: dark) { :root { - --text: #fff; - --bg: #333; + body{ + --bg: #333; + --text: #fff + + } + } } /* Global stylesheet */