From 387bdd34c7a9c01a309efa5c0edc8c2531d98955 Mon Sep 17 00:00:00 2001 From: Brock Whittaker Date: Wed, 29 Nov 2017 16:02:15 -0800 Subject: [PATCH] dark-mode: Change top-of-messages colors for dark mode. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Make it a white background with the ā€œZā€ in the same dark grey/blue color as the background. --- static/styles/dark.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/static/styles/dark.css b/static/styles/dark.css index 36bd4fc759..406ebeb129 100644 --- a/static/styles/dark.css +++ b/static/styles/dark.css @@ -282,3 +282,13 @@ body.dark-mode .alert-box .alert { body.dark-mode .alert-box .alert.alert-error::before { color: 1px solid hsl(0, 75%, 65%); } + +body.dark-mode .top-messages-logo svg path { + fill: #222d3b; + stroke: #222d3b; +} + +body.dark-mode .top-messages-logo svg circle { + fill: #fff; + stroke: #fff; +}