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

@ -13,6 +13,10 @@
flex-direction: column-reverse;
text-decoration: none;
padding: .25em;
&:hover,
&:focus {
background: $highlight;
}
@media (min-width: $on-tablet) {
display: flex;
flex-direction: row;