diff options
| author | Patrick H. Lauke <[email protected]> | 2018-12-12 19:55:20 +0000 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-12-12 21:55:20 +0200 |
| commit | 375d137561999346d5a0ac0c6d8f72bf9dff82b1 (patch) | |
| tree | 064306bb299e0387ba501f4f3151b19855256114 | |
| parent | f3fc973dd93d1bb69183404d9985157284a3be7f (diff) | |
| download | bootstrap-375d137561999346d5a0ac0c6d8f72bf9dff82b1.tar.xz bootstrap-375d137561999346d5a0ac0c6d8f72bf9dff82b1.zip | |
Docs: add note about the grays being "cool" (#27824)
| -rw-r--r-- | site/docs/4.1/getting-started/theming.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.1/getting-started/theming.md b/site/docs/4.1/getting-started/theming.md index 9ab2a9bf8..931dc2849 100644 --- a/site/docs/4.1/getting-started/theming.md +++ b/site/docs/4.1/getting-started/theming.md @@ -293,7 +293,7 @@ We use a subset of all colors to create a smaller color palette for generating c ### Grays -An expansive set of gray variables and a Sass map in `scss/_variables.scss` for consistent shades of gray across your project. +An expansive set of gray variables and a Sass map in `scss/_variables.scss` for consistent shades of gray across your project. Note that these are "cool grays", which tend towards a subtle blue tone, rather than neutral grays. <div class="row mb-3"> <div class="col-md-4"> |
