ソースを参照

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;