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
@@ -118,7 +118,7 @@ body.dashboard .sidebar {
body.dashboard .sidebar ul li:last-child {
border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
body.dashboard .sidebar ul li.active {
background: #00695C; }
background: #3e5771; }
body.dashboard .sidebar ul li.active a {
color: #ffffff; }
body.dashboard .sidebar ul li a {