]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Remove special coloring for abbr, fixes #10041 10067/head
authorWilliam Entriken <github.com@phor.net>
Tue, 23 May 2017 22:02:37 +0000 (18:02 -0400)
committerGitHub <noreply@github.com>
Tue, 23 May 2017 22:02:37 +0000 (18:02 -0400)
scss/typography/_base.scss

index f85c398cec46af470b2676dfd05c41ccd08b194c..394614e80f9ca294cc430d3034b4267fe88ad954 100644 (file)
@@ -471,7 +471,6 @@ $abbr-underline: 1px dotted $black !default;
   // Abbreviations
   abbr, abbr[title] {
     border-bottom: $abbr-underline;
-    color: $body-font-color;
     cursor: help;
     text-decoration: none;
   }