From 2396087348bb6b9403f5bccd11889c5f8c2bc577 Mon Sep 17 00:00:00 2001 From: Crimson Tome <64846840+CrimsonTome@users.noreply.github.com> Date: Wed, 20 Oct 2021 17:47:33 +0100 Subject: [PATCH] Update index.css --- css/index.css | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/css/index.css b/css/index.css index 8e44dce..8ca8343 100644 --- a/css/index.css +++ b/css/index.css @@ -7,7 +7,7 @@ --link: #082840; --bg: #fff; } -@media (prefers-color-scheme: dark) { +/*@media (prefers-color-scheme: dark) { :root { body{ --bg: #333; @@ -16,6 +16,28 @@ } } + */ + +body { + color: #222; + background: #fff; + font: 100% system-ui; +} +a { + color: #0033cc; +} + +@media (prefers-color-scheme: dark) { + body { + color: #eee; + background: #121212; + } + + body a { + color: #809fff; + } +} + } /* Global stylesheet */ * {