From: andrewmnlv Date: Fri, 25 Mar 2016 13:46:42 +0000 (+0300) Subject: fix: anchor text-decoration with $anchor-text-decoration variable X-Git-Tag: v2.2.0~20^2~13^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F290%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-emails.git fix: anchor text-decoration with $anchor-text-decoration variable --- diff --git a/scss/components/_type.scss b/scss/components/_type.scss index bd87c7aa..7bf0cd0e 100755 --- a/scss/components/_type.scss +++ b/scss/components/_type.scss @@ -238,7 +238,7 @@ small { a { color: $anchor-color; - text-decoration: none; + text-decoration: $anchor-text-decoration; &:hover { color: $anchor-color-hover;