From dddf3740d5e17d60d07e6cf2d22bf642e11b8aac Mon Sep 17 00:00:00 2001 From: powermaker450 Date: Thu, 15 Aug 2024 19:08:22 -0400 Subject: [PATCH] Improve the look of light mode --- src/index.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/index.css b/src/index.css index 89428fe..c7cdd06 100644 --- a/src/index.css +++ b/src/index.css @@ -158,10 +158,10 @@ body { @media (prefers-color-scheme: light) { :root { - --background: rgb(255, 255, 255); + --background: rgb(220, 220, 220); --main: rgb(250, 95, 0); - --primary: rgb(160, 160, 160); - --secondary: rgb(220, 220, 220); + --primary: rgb(255, 255, 255); + --secondary: rgb(170, 170, 170); --tertiary: rgb(100, 100, 100); --text-color: rgb(0, 0, 0); }