소스 검색

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;