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