I need to figure out what to do with links in an unordered list. Using `article ul a` or `article div > ul a` is effecting links in the TOC too.
@@ -131,12 +131,12 @@ ul.articles-in-tag li {
/* Article */
-article p a {
+article p a, article ol a {
color:black;
border-bottom:0.5px dashed darkblue;
}
-article p a:hover {
+article p a:hover, article ol a:hover {
text-shadow:none;
text-decoration:none;
border-bottom:none;