mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
fix 2ndary accent color on dark on FF
fixes https://github.com/vector-im/riot-web/issues/5583
This commit is contained in:
parent
557fd8f734
commit
a7a9433ef9
@ -30,6 +30,13 @@ $preview-bar-bg-color: #333;
|
||||
// left-panel style muted accent color
|
||||
$secondary-accent-color: $primary-bg-color;
|
||||
|
||||
// stop the tinter trying to change the secondary accent color
|
||||
// by overriding the key to something untintable
|
||||
// XXX: this is a bit of a hack.
|
||||
#mx_theme_secondaryAccentColor {
|
||||
color: #2d2d2e ! important; // deliberately off by one
|
||||
}
|
||||
|
||||
// used by RoomDirectory permissions
|
||||
$plinth-bg-color: #474747;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user