diff --git a/scss/_variables.scss b/scss/_variables.scss index 954e485f77..7313770638 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -1312,18 +1312,18 @@ $dropdown-header-padding: $spacer $spacer * .5 !default; // scss-docs-end dropdown-variables // scss-docs-start dropdown-dark-variables -$dropdown-dark-color: $gray-300 !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-color: $white !default; // Boosted mod +$dropdown-dark-bg: $black !default; // Boosted mod +$dropdown-dark-border-color: $gray-700 !default; // Boosted mod +$dropdown-dark-divider-bg: $dropdown-dark-border-color !default; // Boosted mod $dropdown-dark-box-shadow: null !default; $dropdown-dark-link-color: $dropdown-dark-color !default; -$dropdown-dark-link-hover-color: $white !default; -$dropdown-dark-link-hover-bg: rgba($white, .15) !default; -$dropdown-dark-link-active-color: $dropdown-link-active-color !default; -$dropdown-dark-link-active-bg: $dropdown-link-active-bg !default; -$dropdown-dark-link-disabled-color: $gray-500 !default; -$dropdown-dark-header-color: $gray-500 !default; +$dropdown-dark-link-hover-color: $black !default; // Boosted mod +$dropdown-dark-link-hover-bg: $white !default; // Boosted mod +$dropdown-dark-link-active-color: $black !default; // Boosted mod +$dropdown-dark-link-active-bg: $white !default; // Boosted mod +$dropdown-dark-link-disabled-color: $gray-700 !default; // Boosted mod +$dropdown-dark-header-color: $white !default; // Boosted mod // scss-docs-end dropdown-dark-variables // Pagination diff --git a/site/content/docs/5.1/components/dropdowns.md b/site/content/docs/5.1/components/dropdowns.md index 2d56d0bcba..831911542e 100644 --- a/site/content/docs/5.1/components/dropdowns.md +++ b/site/content/docs/5.1/components/dropdowns.md @@ -213,8 +213,8 @@ Opt into darker dropdowns to match a dark navbar or custom style by adding `.dro -