]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
added missing color variable to links in the right side of the topbar, fixes #1608
authorzurbchris <chris@zurb.com>
Thu, 28 Feb 2013 23:59:49 +0000 (15:59 -0800)
committerzurbchris <chris@zurb.com>
Thu, 28 Feb 2013 23:59:49 +0000 (15:59 -0800)
scss/foundation/components/_top-bar.scss

index efc66421e62d92334cc176941f1bd8db91354f00..a196c670724de896f0ade98717369d92ea5049f3 100644 (file)
@@ -208,7 +208,7 @@ $topbar-media-query: "only screen and (min-width:"#{$topbar-breakpoint}")" !defa
       display: block;
       width: 100%;
       padding: 12px 0 12px $topbar-height / 3;
-      color: #fff;
+      color: $topbar-link-color;
       font-size: emCalc(13px);
       font-weight: bold;
       background: $topbar-dropdown-bg;