mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 11:39:21 +03:00
Set CSS color-scheme: dark;
This commit is contained in:
parent
e2266d1ffd
commit
07409cde50
2 changed files with 4 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
|
||||
:root {
|
||||
color-scheme: light;
|
||||
|
||||
/* MAIN */
|
||||
--main-color: #333;
|
||||
--main-bg-color: #48525C;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
|
||||
:root {
|
||||
color-scheme: dark;
|
||||
|
||||
/* MAIN */
|
||||
--main-color: #fff;
|
||||
--main-bg-color: #48525C;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue