Merge pull request #1069 from tilwinjoy/navbar-hover-effect

Adds hover effect to navbar links
This commit is contained in:
Federico Zivolo 2016-08-17 09:46:41 +02:00 committed by GitHub
commit e59cb161ab

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 {