]> git.ipfire.org Git - ipfire.org.git/commitdiff
messages: Make background dark on smaller devices
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 20 Nov 2019 16:36:12 +0000 (16:36 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 20 Nov 2019 16:36:12 +0000 (16:36 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/messages/main.scss

index 640455e263845815579d207eb4cccb9d338a0a2b..1f469178b001a18c515973ff10fa340b99a10131 100644 (file)
@@ -273,6 +273,8 @@ hr {
                }
 
                .main {
+                       background: $dark;
+                       color: $white;
                        border-left-width: 0 !important;
                        border-radius: 0 !important;
                        border-right-width: 0 !important;