From f94963e091e49d71cfc9eca143b4fdd9f05b32ab Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Wed, 28 Nov 2018 11:00:59 +0100 Subject: [PATCH] add vars to status theme --- res/themes/status/css/_status.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/res/themes/status/css/_status.scss b/res/themes/status/css/_status.scss index fd8c9734..cf5d61f3 100644 --- a/res/themes/status/css/_status.scss +++ b/res/themes/status/css/_status.scss @@ -217,7 +217,13 @@ $lightbox-border-color: #ffffff; $input-lighter-bg-color: #ff0000; -// used by NewThreadBanner +// used by NewThreadBanner & ServerPresenceBanner +$lost-alert-fg-color: #F56679; +$lost-alert-bg-color: #FFF8FA; + +$reconnected-alert-fg-color: #8A6E3A; +$reconnected-alert-bg-color: #FFFBE6; + $received-messages-alert-fg-color: #7AC9A1; $received-messages-alert-bg-color: #F9FCFB;