Forráskód Böngészése

fixing up anchor tag styles over headings

Casey DeLorme 10 éve
szülő
commit
2440676979
1 módosított fájl, 4 hozzáadás és 0 törlés
  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;