fixing active state on menu

This commit is contained in:
psychobunny
2014-09-26 17:34:43 -04:00
parent e13537facd
commit 4880e2328d

View File

@@ -67,7 +67,7 @@
.nav-list {
background: #232323;
li {
&:hover a {
&:hover a, &.active a {
background-color: #2f2f2f;
}