fix tooltip bg colors
introduce new color variable for inverted backgrounds like dark tooltip
This commit is contained in:
parent
08c44333cf
commit
137a81501a
4 changed files with 5 additions and 2 deletions
|
@ -66,6 +66,7 @@ $secondary-accent-color: #f2f5f8;
|
|||
$tertiary-accent-color: #d3efe1;
|
||||
|
||||
$tagpanel-bg-color: #27303a;
|
||||
$inverted-bg-color: $tagpanel-bg-color;
|
||||
|
||||
// used by RoomDirectory permissions
|
||||
$plinth-bg-color: $secondary-accent-color;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue