Browse Source

Fix hyperlink style is not visible on Chrome

Close #5
Talha Mansoor 11 years ago
parent
commit
ce94fb12cf
1 changed files with 2 additions and 2 deletions
  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;