From 24fa1166b34f362e74c65dbad8859d7dba056465 Mon Sep 17 00:00:00 2001 From: Kushal Ghosh <108950724+kushaljgec2025@users.noreply.github.com> Date: Fri, 17 Feb 2023 22:28:19 +0530 Subject: [PATCH] Update style.css --- style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index d9f7855..71385aa 100644 --- a/style.css +++ b/style.css @@ -15,12 +15,12 @@ } /* //done by kushaljgec2530 */ .dark-theme { - --second: #dbf4ff; - --primary: #2f86ff; - --textcol: white; + --second: #888888; + --primary: #292d3f; + --textcol: rgb(255, 255, 255); --c: #8892c6; - --block: #99caea65; - --textcolblock: #8bbef8; + --block: #92b4df65; + --textcolblock: #547ba8; } body {