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