From 89863449202d15afae233676cc0d87ef3843909c Mon Sep 17 00:00:00 2001 From: Adrian Roselli Date: Tue, 19 Mar 2019 08:42:22 -0400 Subject: [PATCH] Returned underline to feature h4 links This is to address #138 . --- _sass/_featurelist.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/_sass/_featurelist.scss b/_sass/_featurelist.scss index a36eaf0a..b393fe69 100644 --- a/_sass/_featurelist.scss +++ b/_sass/_featurelist.scss @@ -51,9 +51,6 @@ padding-bottom: 0; padding-top: 0; word-wrap: anywhere; - a { - text-decoration: none; - } } &__tests { background-color: $tag-tests;