Add some color to links

This commit is contained in:
Michael Rose 2016-04-06 14:46:35 -04:00
parent 60c0b6c653
commit 6738fa4cbb
3 changed files with 4 additions and 4 deletions

View file

@ -84,7 +84,7 @@
border-radius: 0;
&:hover {
color: $gray;
color: $link-color-hover;
}
&.current {
@ -132,7 +132,7 @@
border-radius: $border-radius;
&:hover {
color: $gray;
color: $link-color-hover;
}
&:first-child {

View file

@ -258,7 +258,7 @@
&:hover {
text-decoration: none;
color: $gray;
color: $link-color-hover;
}
}

File diff suppressed because one or more lines are too long