adds hover effect to navbar links

This commit is contained in:
tilwinjoy 2016-08-17 12:11:39 +05:30
parent 293098f958
commit f27d1573f9

View File

@ -30,7 +30,7 @@
&:hover, &:hover,
&:focus { &:focus {
color: inherit; color: inherit;
background-color: transparent; background-color: rgba(255,255,255,0.05);
} }
} }
> .active > a { > .active > a {