Skip to content

Commit

Permalink
Match background color to navbar dark
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Feb 14, 2020
1 parent 1b7b142 commit 6eeff55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ $dropdown-item-padding-x: 1.5rem !default;
$dropdown-header-color: $gray-600 !default;

$dropdown-dark-color: $gray-300 !default;
$dropdown-dark-bg: $gray-900 !default;
$dropdown-dark-bg: $gray-800 !default;
$dropdown-dark-border-color: $dropdown-border-color !default;
$dropdown-dark-divider-bg: $dropdown-divider-bg !default;
$dropdown-dark-box-shadow: null !default;
Expand Down

0 comments on commit 6eeff55

Please sign in to comment.