From 02b519b25e7bf2358b05f3078a9f4f7597a693f2 Mon Sep 17 00:00:00 2001 From: Ranjan Kashyap Date: Tue, 17 Sep 2024 16:14:00 +0530 Subject: [PATCH] Update style.css --- style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 258beea..e587566 100644 --- a/style.css +++ b/style.css @@ -23,7 +23,13 @@ body { --lightText: gray; } - +@media(prefers-color-scheme:dark){ + --White: #2b3743; + --bg: #202d36; + --black: white; + --lightHover: #30404f; + --lightText:#dfefff; +} .active{ --White: #2b3743;