Improve the look of light mode

This commit is contained in:
powermaker450 2024-08-15 19:08:22 -04:00
parent a06e34e272
commit dddf3740d5

View file

@ -158,10 +158,10 @@ body {
@media (prefers-color-scheme: light) { @media (prefers-color-scheme: light) {
:root { :root {
--background: rgb(255, 255, 255); --background: rgb(220, 220, 220);
--main: rgb(250, 95, 0); --main: rgb(250, 95, 0);
--primary: rgb(160, 160, 160); --primary: rgb(255, 255, 255);
--secondary: rgb(220, 220, 220); --secondary: rgb(170, 170, 170);
--tertiary: rgb(100, 100, 100); --tertiary: rgb(100, 100, 100);
--text-color: rgb(0, 0, 0); --text-color: rgb(0, 0, 0);
} }