This commit is contained in:
parent
50de153e55
commit
0e8c09e677
1 changed files with 10 additions and 11 deletions
|
@ -1,14 +1,13 @@
|
||||||
@media (prefers-color-scheme: light) {
|
@media (prefers-color-scheme: light) {
|
||||||
/* TODO: Make light different from dark */
|
|
||||||
:root {
|
:root {
|
||||||
--bg: #171e26;
|
--bg: #ffffff;
|
||||||
--line: #374351;
|
--line: #aebed0;
|
||||||
--date: #242e38;
|
--date: #d2e0f0;
|
||||||
--point: #515f70;
|
--point: #8c9daf;
|
||||||
--bg-hover: #071f2a;
|
--bg-hover: #cedce2;
|
||||||
--point-hover: #0f0;
|
--point-hover: #00ff00;
|
||||||
--font-color: #fff;
|
--font-color: #000000;
|
||||||
--title-color: #34ace0;
|
--title-color: #2a88b1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -19,8 +18,8 @@
|
||||||
--date: #242e38;
|
--date: #242e38;
|
||||||
--point: #515f70;
|
--point: #515f70;
|
||||||
--bg-hover: #071f2a;
|
--bg-hover: #071f2a;
|
||||||
--point-hover: #0f0;
|
--point-hover: #00ff00;
|
||||||
--font-color: #fff;
|
--font-color: #ffffff;
|
||||||
--title-color: #34ace0;
|
--title-color: #34ace0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue