add theme variable for room header background color

This commit is contained in:
Bruno Windels 2020-07-09 19:16:30 +02:00
parent eb706951db
commit c0d2e29720
4 changed files with 4 additions and 0 deletions

View file

@ -157,6 +157,7 @@ $rte-group-pill-color: #aaa;
$topleftmenu-color: #212121;
$roomheader-color: #45474a;
$roomheader-bg-color: $primary-bg-color;
$roomheader-addroom-bg-color: #c9ced9;
$roomheader-addroom-fg-color: #5c6470;
$tagpanel-button-color: #91A1C0;