From: XhmikosR Date: Sat, 3 Aug 2019 15:47:13 +0000 (+0300) Subject: badge.md: use `text-dark` for warning. X-Git-Tag: v5.0.0-alpha1~766 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1edba8072db996d72a9b774953c9137eb2159432;p=thirdparty%2Fbootstrap.git badge.md: use `text-dark` for warning. --- diff --git a/site/content/docs/4.3/components/badge.md b/site/content/docs/4.3/components/badge.md index 2d3bc69e8e..5f17b685b6 100644 --- a/site/content/docs/4.3/components/badge.md +++ b/site/content/docs/4.3/components/badge.md @@ -45,7 +45,7 @@ Use our background utility classes to quickly change the appearance of a badge. {{< example >}} {{< badge.inline >}} {{- range (index $.Site.Data "theme-colors") }} -{{ .name | title }}{{- end -}} +{{ .name | title }}{{- end -}} {{< /badge.inline >}} {{< /example >}} @@ -60,6 +60,6 @@ Use the `.rounded-pill` utility class to make badges more rounded with a larger {{< example >}} {{< badge.inline >}} {{- range (index $.Site.Data "theme-colors") }} -{{ .name | title }}{{- end -}} +{{ .name | title }}{{- end -}} {{< /badge.inline >}} {{< /example >}}