color change on hover for navbar and footer links

This commit is contained in:
m
2016-01-05 10:16:06 +01:00
parent ffa281f7e9
commit c78214a2fe
2 changed files with 6 additions and 1 deletions

View File

@ -11,4 +11,8 @@
&:visited {
color:$nav-link-color;
}
&:hover {
color:$nav-link-hover;
}
}