highlight current location in menu

This commit is contained in:
jomo
2014-05-03 04:56:26 +02:00
parent 6f3cc934da
commit 2e23928a33
2 changed files with 8 additions and 7 deletions

View File

@@ -115,7 +115,7 @@ a {
display: inline-block;
color: #fff;
&:hover {
&:hover, &.active {
color: #f66;
}
}