From fa3273372609b4986ce3d1f5036d5221f88d191a Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 31 Oct 2018 09:27:45 -0400 Subject: [PATCH] removing underline from link on the front page --- css/app.css | 2 -- scss/_sidebar.scss | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/css/app.css b/css/app.css index 6d0369e..4772725 100644 --- a/css/app.css +++ b/css/app.css @@ -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; diff --git a/scss/_sidebar.scss b/scss/_sidebar.scss index 94a551d..6e6673e 100644 --- a/scss/_sidebar.scss +++ b/scss/_sidebar.scss @@ -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 -- 2.17.1