From 6155be6db4f8aef54abf479b0b565a3bff0171b5 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Wed, 1 Aug 2018 12:39:13 -0700 Subject: [PATCH] Dark Mode: Fix color/layout of the 'you are disconnected' warning --- stylesheets/_theme_dark.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/stylesheets/_theme_dark.scss b/stylesheets/_theme_dark.scss index bc99a9f93..b53e6e258 100644 --- a/stylesheets/_theme_dark.scss +++ b/stylesheets/_theme_dark.scss @@ -435,8 +435,13 @@ body.dark-theme { .network-status-container { .network-status { background: url('../images/error_red.svg') no-repeat left 10px center; + background-size: 25px 25px; background-color: #fcd156; + .network-status-message { + color: $color-dark-85; + } + .action { button { border: solid 1px #ccc;