add vars to status theme

This commit is contained in:
Bruno Windels 2018-11-28 11:00:59 +01:00
parent 3667ef9a9e
commit f94963e091
1 changed files with 7 additions and 1 deletions

View File

@ -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;