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) {
|
||||
/* TODO: Make light different from dark */
|
||||
:root {
|
||||
--bg: #171e26;
|
||||
--line: #374351;
|
||||
--date: #242e38;
|
||||
--point: #515f70;
|
||||
--bg-hover: #071f2a;
|
||||
--point-hover: #0f0;
|
||||
--font-color: #fff;
|
||||
--title-color: #34ace0;
|
||||
--bg: #ffffff;
|
||||
--line: #aebed0;
|
||||
--date: #d2e0f0;
|
||||
--point: #8c9daf;
|
||||
--bg-hover: #cedce2;
|
||||
--point-hover: #00ff00;
|
||||
--font-color: #000000;
|
||||
--title-color: #2a88b1;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -19,8 +18,8 @@
|
|||
--date: #242e38;
|
||||
--point: #515f70;
|
||||
--bg-hover: #071f2a;
|
||||
--point-hover: #0f0;
|
||||
--font-color: #fff;
|
||||
--point-hover: #00ff00;
|
||||
--font-color: #ffffff;
|
||||
--title-color: #34ace0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue