fix secondary accent color tinting

This commit is contained in:
Matthew Hodgson 2017-11-05 02:20:12 +00:00
parent 555847e5e9
commit d14285eb08

View File

@ -86,6 +86,13 @@ $preview-bar-bg-color: #f7f7f7;
// left-panel style muted accent color
$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
$plinth-bg-color: $secondary-accent-color;