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

@ -23,6 +23,10 @@
text-indent: 0;
}
.post a:hover {
background: $highlight;
}
.post dl,
.post ul,
.post ol {