0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-20 17:54:23 +01:00

feat(colors): bump dark to gray-900 (#30550)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
Gaël Poupard 2020-09-29 21:09:38 +02:00 committed by GitHub
parent 905b1b11b3
commit 7e195a8d22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: (