mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
fix secondary accent color tinting
This commit is contained in:
parent
555847e5e9
commit
d14285eb08
@ -86,6 +86,13 @@ $preview-bar-bg-color: #f7f7f7;
|
|||||||
// left-panel style muted accent color
|
// left-panel style muted accent color
|
||||||
$secondary-accent-color: #586C7B;
|
$secondary-accent-color: #586C7B;
|
||||||
|
|
||||||
|
// 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: #586C7C ! important; // deliberately off by one
|
||||||
|
}
|
||||||
|
|
||||||
// used by RoomDirectory permissions
|
// used by RoomDirectory permissions
|
||||||
$plinth-bg-color: $secondary-accent-color;
|
$plinth-bg-color: $secondary-accent-color;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user