limit link hover styles to articles

This commit is contained in:
Pat Dryburgh
2018-10-24 19:50:48 -07:00
parent d29ba3e2d6
commit a9c78f28c8
3 changed files with 8 additions and 4 deletions

View File

@ -55,10 +55,6 @@ a {
color: $text-color;
}
a:hover {
background: $highlight;
}
a:focus {
outline: 1px dashed $text-color;
}