From 07409cde505b8223297175b998d7666b9aaab095 Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Sun, 5 Feb 2023 19:22:32 +0100 Subject: [PATCH] Set CSS color-scheme: dark; --- snappymail/v/0.0.0/themes/Default/styles.css | 2 ++ snappymail/v/0.0.0/themes/SnowDarkV1/styles.css | 2 ++ 2 files changed, 4 insertions(+) diff --git a/snappymail/v/0.0.0/themes/Default/styles.css b/snappymail/v/0.0.0/themes/Default/styles.css index d85886fed..25d873842 100644 --- a/snappymail/v/0.0.0/themes/Default/styles.css +++ b/snappymail/v/0.0.0/themes/Default/styles.css @@ -1,5 +1,7 @@ :root { + color-scheme: light; + /* MAIN */ --main-color: #333; --main-bg-color: #48525C; diff --git a/snappymail/v/0.0.0/themes/SnowDarkV1/styles.css b/snappymail/v/0.0.0/themes/SnowDarkV1/styles.css index 4ff960a1d..fcedafacd 100644 --- a/snappymail/v/0.0.0/themes/SnowDarkV1/styles.css +++ b/snappymail/v/0.0.0/themes/SnowDarkV1/styles.css @@ -1,5 +1,7 @@ :root { + color-scheme: dark; + /* MAIN */ --main-color: #fff; --main-bg-color: #48525C;