Selaa lähdekoodia

Style of links in an ordered list should be consistent with rest of the links in the article

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.
Talha Mansoor 11 vuotta sitten
vanhempi
commit
cf1feb4527
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      static/css/style.css

+ 2 - 2
static/css/style.css

@@ -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;