Merge remote-tracking branch 'origin/develop' into develop

pull/5777/head
Weblate 2017-11-14 14:31:22 +00:00
commit 03f1f7f75a
1 changed files with 7 additions and 0 deletions

View File

@ -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;