Skip to content

Commit 61d7f08

Browse files
committed
Fix nav subitem bg
1 parent 3db7835 commit 61d7f08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/stylesheets/_variables.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ $nav-bg: #2E3336 !default;
2727
$examples-bg: #2E3336 !default;
2828
$code-bg: #1E2224 !default;
2929
$code-annotation-bg: #191D1F !default;
30-
$nav-subitem-bg: #262626 !default;
30+
$nav-subitem-bg: #1E2224 !default;
3131
$nav-active-bg: #0F75D4 !default;
32-
$nav-active-parent-bg: #262626 !default; // parent links of the current section
32+
$nav-active-parent-bg: #1E2224 !default; // parent links of the current section
3333
$lang-select-border: #000 !default;
3434
$lang-select-bg: #1E2224 !default;
3535
$lang-select-active-bg: $examples-bg !default; // feel free to change this to blue or something

0 commit comments

Comments
 (0)