Преглед на файлове

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;