]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Docs: `.text-body-secondary` appears two times in Utilities > Colors
authorJulien Déramond <juderamond@gmail.com>
Thu, 2 Mar 2023 07:35:32 +0000 (08:35 +0100)
committerMark Otto <otto@github.com>
Thu, 2 Mar 2023 18:24:58 +0000 (10:24 -0800)
site/content/docs/5.3/utilities/colors.md

index 8f27d826c2a5f777c810383305a90b9d1de0220a..3aa551550d4aae76fadeb74381486f20c1103e53 100644 (file)
@@ -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>