We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3db7835 commit 61d7f08Copy full SHA for 61d7f08
source/stylesheets/_variables.scss
@@ -27,9 +27,9 @@ $nav-bg: #2E3336 !default;
27
$examples-bg: #2E3336 !default;
28
$code-bg: #1E2224 !default;
29
$code-annotation-bg: #191D1F !default;
30
-$nav-subitem-bg: #262626 !default;
+$nav-subitem-bg: #1E2224 !default;
31
$nav-active-bg: #0F75D4 !default;
32
-$nav-active-parent-bg: #262626 !default; // parent links of the current section
+$nav-active-parent-bg: #1E2224 !default; // parent links of the current section
33
$lang-select-border: #000 !default;
34
$lang-select-bg: #1E2224 !default;
35
$lang-select-active-bg: $examples-bg !default; // feel free to change this to blue or something
0 commit comments