From 2a05132e3165e7999dc830f23ce171a84a182eca Mon Sep 17 00:00:00 2001 From: ashmin-bhujel Date: Sat, 24 Feb 2024 01:56:17 +0545 Subject: [PATCH] Changed the backgroundColor --- style/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/style.css b/style/style.css index cb3db7b..5085636 100644 --- a/style/style.css +++ b/style/style.css @@ -6,7 +6,7 @@ :root { --primary-color: #00a9ff; - --dark-color: #222222; + --dark-color: #111111; --light-color: #eef5ff; }