Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGretaD <gretadoci@gmail.com>2021-01-13 13:34:59 +0300
committerGretaD <gretadoci@gmail.com>2021-01-13 13:34:59 +0300
commit9a3d43ffd4e619d348e6c0c64ef5d70ca9020f6d (patch)
treebbcf708f583288d1b734d982f81ea0438b58ed02 /css/mobile.scss
parent0adb709a500f36e80fa02a20e0f199fc6b246dfb (diff)
Fix dark theme on small screen
Signed-off-by: GretaD <gretadoci@gmail.com>
Diffstat (limited to 'css/mobile.scss')
-rw-r--r--css/mobile.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/mobile.scss b/css/mobile.scss
index 8866e76da..d5d0292d8 100644
--- a/css/mobile.scss
+++ b/css/mobile.scss
@@ -16,7 +16,7 @@
/* overlay message detail on top of message list */
#mail-message {
z-index: 100;
- background: #fff;
+ background: var(--color-main-background);
width: 100%;
left: 0;
top: 0;