1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-22 13:13:03 +02:00

fix(review)

This commit is contained in:
louismaxime.piton
2023-09-12 16:00:07 +02:00
parent db4a1efea5
commit 56d9856415
7 changed files with 31 additions and 10 deletions

View File

@@ -206,6 +206,10 @@ $custom-colors: (
"custom-color": #712cf9
);
$theme-colors: map-merge($theme-colors, $custom-colors);
$custom-colors-dark: (
"custom-color": #e1d2f2
);
$theme-colors-dark: map-merge($theme-colors-dark, $custom-colors-dark);
@import "maps";
@import "mixins";

View File

@@ -382,6 +382,8 @@ All these colors are available as a Sass map, `$theme-colors`.
{{< scss-docs name="theme-colors-map" file="scss/_variables.scss" >}}
{{< scss-docs name="theme-colors-dark-map" file="scss/_maps.scss" >}}
Check out [our Sass maps and loops docs]({{< docsref "/customize/sass#maps-and-loops" >}}) for how to modify these colors.
### All colors