瀏覽代碼

fixing up anchor tag styles over headings

Casey DeLorme 10 年之前
父節點
當前提交
2440676979
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      public/css/main.css

+ 4 - 0
public/css/main.css

@@ -100,8 +100,12 @@ li {
     list-style-type: disc;
     line-height: 115%;
 }
+p>a, li>a {
+    text-decoration: underline;
+}
 a, a:hover, a:active, a:visited {
     color: #000;
+    text-decoration: none;
 }
 a>img {
     border: none;