From d31db14a0a254a82cdc0fd2f37f8d927a9b7d823 Mon Sep 17 00:00:00 2001 From: Bonne Eggleston Date: Sat, 10 Oct 2015 13:45:32 +0800 Subject: [PATCH] Use correct active link color in side_nav mixin --- scss/foundation/components/_side-nav.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/foundation/components/_side-nav.scss b/scss/foundation/components/_side-nav.scss index ba74a53a9..83047d58e 100644 --- a/scss/foundation/components/_side-nav.scss +++ b/scss/foundation/components/_side-nav.scss @@ -89,7 +89,7 @@ $side-nav-divider-color: scale-color($white, $lightness: -10%) !default; } &.active > a:first-child:not(.button) { - color: $side-nav-link-color-active; + color: $link-color-active; font-family: $side-nav-font-family-active; font-weight: $side-nav-font-weight-active; } -- 2.47.2