Ignore :hover color for "a" in .navnar-custom

This commit is contained in:
Jorge Arias 2015-11-10 21:51:00 -03:00
parent 1826ebaf48
commit af8df94cdb

View file

@ -93,7 +93,7 @@ a {
-moz-transition: background .3s ease-in-out;
transition: background .3s ease-in-out;
&:hover {
color: rgba($light, 0.8);
/* color: rgba($light, 0.8); */
outline: none;
background-color: rgba($light, 0.3);
}