Set CSS color-scheme: dark;

This commit is contained in:
the-djmaze 2023-02-05 19:22:32 +01:00
parent e2266d1ffd
commit 07409cde50
2 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,7 @@
:root {
color-scheme: light;
/* MAIN */
--main-color: #333;
--main-bg-color: #48525C;

View file

@ -1,5 +1,7 @@
:root {
color-scheme: dark;
/* MAIN */
--main-color: #fff;
--main-bg-color: #48525C;