Add active state to side nav bar

This commit is contained in:
Brian Federle 2013-10-07 17:18:02 -07:00
parent 019e075987
commit 97a07cc928
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ body {
display: none;
}
&:hover {
&:hover, &.active {
background: #3f3f3f;
color: white;
text-shadow: 0px 1px 1px black;