소스 검색

Links in article are non-intrusive

Talha Mansoor 12 년 전
부모
커밋
a34f888eb9
1개의 변경된 파일12개의 추가작업 그리고 0개의 파일을 삭제
  1. 12 0
      static/css/style.css

+ 12 - 0
static/css/style.css

@@ -125,6 +125,18 @@ ul.articles-in-tag li {
 }
 
 /* Article */
+
+article p a {
+    color:black;
+    border-bottom:0.5px dashed darkblue;
+}
+
+article p a:hover {
+    text-shadow:none;
+    text-decoration:none;
+    border-bottom:none;
+}
+
 .article-content {
     text-align:justify;
     max-width:50em;