From 1daa251f954fc7191b12b8a5253f1ffba7bce483 Mon Sep 17 00:00:00 2001 From: zurbchris Date: Thu, 28 Feb 2013 15:59:49 -0800 Subject: [PATCH] added missing color variable to links in the right side of the topbar, fixes #1608 --- scss/foundation/components/_top-bar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/foundation/components/_top-bar.scss b/scss/foundation/components/_top-bar.scss index efc66421e..a196c6707 100644 --- a/scss/foundation/components/_top-bar.scss +++ b/scss/foundation/components/_top-bar.scss @@ -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; -- 2.47.3