Change sidebar active colour to be less contrast

This commit is contained in:
James Brooks
2014-12-05 13:06:16 +00:00
parent 7f253dbb4b
commit 027f27c895
4 changed files with 4 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ body.dashboard {
border-bottom: $sidebar-border-color;
}
&.active {
background: $sidebar-active-color;
background: lighten($sidebar-background-color, 10%);
a {
color: $sidebar-text-active-color;
}