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
+1 -1
View File
@@ -39,7 +39,7 @@ body.dashboard {
border-bottom: $sidebar-border-color; border-bottom: $sidebar-border-color;
} }
&.active { &.active {
background: $sidebar-active-color; background: lighten($sidebar-background-color, 10%);
a { a {
color: $sidebar-text-active-color; color: $sidebar-text-active-color;
} }
@@ -118,7 +118,7 @@ body.dashboard .sidebar {
body.dashboard .sidebar ul li:last-child { body.dashboard .sidebar ul li:last-child {
border-bottom: 1px solid rgba(255, 255, 255, 0.1); } border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
body.dashboard .sidebar ul li.active { body.dashboard .sidebar ul li.active {
background: #00695C; } background: #3e5771; }
body.dashboard .sidebar ul li.active a { body.dashboard .sidebar ul li.active a {
color: #ffffff; } color: #ffffff; }
body.dashboard .sidebar ul li a { body.dashboard .sidebar ul li a {
+1 -1
View File
@@ -118,7 +118,7 @@ body.dashboard .sidebar {
body.dashboard .sidebar ul li:last-child { body.dashboard .sidebar ul li:last-child {
border-bottom: 1px solid rgba(255, 255, 255, 0.1); } border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
body.dashboard .sidebar ul li.active { body.dashboard .sidebar ul li.active {
background: #00695C; } background: #3e5771; }
body.dashboard .sidebar ul li.active a { body.dashboard .sidebar ul li.active a {
color: #ffffff; } color: #ffffff; }
body.dashboard .sidebar ul li a { body.dashboard .sidebar ul li a {
+1 -1
View File
@@ -1,4 +1,4 @@
{ {
"css/all.css": "css/all-434c3a48.css", "css/all.css": "css/all-8df35456.css",
"js/all.js": "js/all-c84ab03b.js" "js/all.js": "js/all-c84ab03b.js"
} }