Explorar o código

Fix links in <ul> in article do not resepect article links style

Close #10
Talha Mansoor %!s(int64=11) %!d(string=hai) anos
pai
achega
fe9a95ad33
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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 ol a {
+article p a, article ol a, article div.article-content ul:not(.articles_timeline) a {
     color:black;
     border-bottom:thin dashed darkgray;
 }
 
-article p a:hover, article ol a:hover {
+article p a:hover, article ol a:hover, article div.article-content ul:not(.articles_timeline) a:hover {
     text-shadow:none;
     text-decoration:none;
     border-bottom:none;