diff options
| author | Gaƫl Poupard <[email protected]> | 2020-09-29 21:09:38 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-09-29 22:09:38 +0300 |
| commit | 7e195a8d22564fa9a555789784a36f26ed697681 (patch) | |
| tree | 45e2dbd1c88608a5bb7d5a6b2dd0c1e3e2ba8dd0 | |
| parent | 905b1b11b3352f98a97fc1d72e0455daec9e3253 (diff) | |
| download | bootstrap-7e195a8d22564fa9a555789784a36f26ed697681.tar.xz bootstrap-7e195a8d22564fa9a555789784a36f26ed697681.zip | |
feat(colors): bump dark to gray-900 (#30550)
Co-authored-by: XhmikosR <[email protected]>
| -rw-r--r-- | scss/_variables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index 3657aa522..707302adf 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -67,7 +67,7 @@ $info: $cyan !default; $warning: $yellow !default; $danger: $red !default; $light: $gray-100 !default; -$dark: $gray-800 !default; +$dark: $gray-900 !default; // scss-docs-start theme-colors-map $theme-colors: ( |
