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;