diff options
| -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"> |
