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

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