From: Michael Tremer Date: Wed, 20 Nov 2019 16:36:12 +0000 (+0000) Subject: messages: Make background dark on smaller devices X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b57a1a8bd1e26118a29df6bac6a7ffd919001800;p=ipfire.org.git messages: Make background dark on smaller devices Signed-off-by: Michael Tremer --- diff --git a/src/templates/messages/main.scss b/src/templates/messages/main.scss index 640455e2..1f469178 100644 --- a/src/templates/messages/main.scss +++ b/src/templates/messages/main.scss @@ -273,6 +273,8 @@ hr { } .main { + background: $dark; + color: $white; border-left-width: 0 !important; border-radius: 0 !important; border-right-width: 0 !important;