From 61d7f08ff2ada272bfbf79276e7b5a85648ec09d Mon Sep 17 00:00:00 2001 From: Robert Lord Date: Fri, 31 Mar 2017 14:56:09 -0500 Subject: [PATCH] Fix nav subitem bg --- source/stylesheets/_variables.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/stylesheets/_variables.scss b/source/stylesheets/_variables.scss index c96c95f..7693261 100644 --- a/source/stylesheets/_variables.scss +++ b/source/stylesheets/_variables.scss @@ -27,9 +27,9 @@ $nav-bg: #2E3336 !default; $examples-bg: #2E3336 !default; $code-bg: #1E2224 !default; $code-annotation-bg: #191D1F !default; -$nav-subitem-bg: #262626 !default; +$nav-subitem-bg: #1E2224 !default; $nav-active-bg: #0F75D4 !default; -$nav-active-parent-bg: #262626 !default; // parent links of the current section +$nav-active-parent-bg: #1E2224 !default; // parent links of the current section $lang-select-border: #000 !default; $lang-select-bg: #1E2224 !default; $lang-select-active-bg: $examples-bg !default; // feel free to change this to blue or something