Update
This commit is contained in:
parent
a9c45fe824
commit
13f821c23b
@ -21,7 +21,8 @@
|
||||
|
||||
:root {
|
||||
--background: whitesmoke;
|
||||
--cell_background: lightgrey;
|
||||
/* --cell_background: lightgrey; */
|
||||
--cell_background: transparent;
|
||||
--text_color: grey;
|
||||
--title-color: #333333;
|
||||
--dev-background: red;
|
||||
@ -136,7 +137,8 @@ body {
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
--background: rgb(34, 34, 34);
|
||||
--cell_background: #333333;
|
||||
/* --cell_background: #333333; */
|
||||
--cell_background: transparent;
|
||||
--text_color: rgb(252, 252, 252);
|
||||
--title-color: #ebebeb;
|
||||
--dev-background: rgb(0, 89, 255);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user