Explorar o código

Fix hyperlink style is not visible on Chrome

Close #5
Talha Mansoor %!s(int64=11) %!d(string=hai) anos
pai
achega
ce94fb12cf
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      static/css/style.css

+ 2 - 2
static/css/style.css

@@ -133,7 +133,7 @@ ul.articles-in-tag li {
 
 article p a, article ol a {
     color:black;
-    border-bottom:0.5px dashed darkblue;
+    border-bottom:thin dashed darkgray;
 }
 
 article p a:hover, article ol a:hover {
@@ -370,7 +370,7 @@ img {
 }
 .last_updated a {
      color: black;
-     border-bottom: 0.5px dashed darkblue;
+     border-bottom: thin dashed darkgray;
 }
 .last_updated a:hover {
      text-shadow: none;