Improve the look of light mode
This commit is contained in:
parent
a06e34e272
commit
dddf3740d5
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue