This commit is contained in:
Max 2020-10-23 00:25:54 +01:00
parent 1504000500
commit 592d9011ba

View File

@ -21,7 +21,7 @@
:root { :root {
--background: whitesmoke; --background: whitesmoke;
--cell_background: transparent; --cell_background: lightgrey;
--text_color: grey; --text_color: grey;
--title-color: #333333; --title-color: #333333;
--dev-background: red; --dev-background: red;
@ -134,7 +134,7 @@ 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: transparent; --cell_background: #333333;
--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);