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) {
|
@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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue