Ignore :hover color for "a" in .navnar-custom
This commit is contained in:
parent
1826ebaf48
commit
af8df94cdb
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue