diff options
| author | Julien Déramond <[email protected]> | 2023-03-02 08:35:32 +0100 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2023-03-02 10:24:58 -0800 |
| commit | b8b81669f0c62d30bbaba405e31a6eec2f035421 (patch) | |
| tree | 733cad5d2b447c8c80535df4b43e426f988e1c1a | |
| parent | 38a431068f2a05a8a76846f027c930e04f1c6c2b (diff) | |
| download | bootstrap-b8b81669f0c62d30bbaba405e31a6eec2f035421.tar.xz bootstrap-b8b81669f0c62d30bbaba405e31a6eec2f035421.zip | |
Docs: `.text-body-secondary` appears two times in Utilities > Colors
| -rw-r--r-- | site/content/docs/5.3/utilities/colors.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/site/content/docs/5.3/utilities/colors.md b/site/content/docs/5.3/utilities/colors.md index 8f27d826c..3aa551550 100644 --- a/site/content/docs/5.3/utilities/colors.md +++ b/site/content/docs/5.3/utilities/colors.md @@ -25,9 +25,8 @@ Color utilities like `.text-*` that generated from our original `$theme-colors` <p class="text-{{ .name }}-emphasis">.text-{{ .name }}-emphasis</p> {{- end -}} {{< /colors.inline >}} -<p class="text-body">.text-body</p> -<p class="text-body-secondary">.text-body-secondary</p> +<p class="text-body">.text-body</p> <p class="text-body-emphasis">.text-body-emphasis</p> <p class="text-body-secondary">.text-body-secondary</p> <p class="text-body-tertiary">.text-body-tertiary</p> |
