removing underline from link on the front page
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 31 Oct 2018 13:27:45 +0000 (09:27 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 31 Oct 2018 13:27:45 +0000 (09:27 -0400)
css/app.css
scss/_sidebar.scss

index 6d0369e..4772725 100644 (file)
@@ -8255,8 +8255,6 @@ a#calendar-link {
     font-size: 21px;
     line-height: 1.1;
     margin-top: 15px; }
-    #epicenter-excerpt h3 a {
-      text-decoration: underline; }
 
 .search-top #searchform {
   text-align: left;
index 94a551d..6e6673e 100644 (file)
@@ -244,7 +244,7 @@ a#calendar-link {
         line-height: 1.1;
         margin-top: 15px;
         a{
-            text-decoration: underline;
+            // text-decoration: underline;
         }
     }
 }
\ No newline at end of file