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); }