]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Docs: fix emphasis text utilities usage in Utilities > Background (#39293)
authoroliv37 <oliv37@users.noreply.github.com>
Fri, 13 Oct 2023 05:41:40 +0000 (07:41 +0200)
committerGitHub <noreply@github.com>
Fri, 13 Oct 2023 05:41:40 +0000 (07:41 +0200)
site/content/docs/5.3/utilities/background.md

index c17ed847061cbd01d00f0abded390942711607d6..8f1ca5dcad8b89e49048238625276ca7c8d8a2d2 100644 (file)
@@ -22,7 +22,7 @@ Background utilities like `.bg-*` that generated from our original `$theme-color
 {{< colors.inline >}}
 {{- range (index $.Site.Data "theme-colors") }}
 <div class="p-3 mb-2 bg-{{ .name }}{{ if .contrast_color }} text-{{ .contrast_color }}{{ else }} text-white{{ end }}">.bg-{{ .name }}</div>
-<div class="p-3 mb-2 bg-{{ .name }}-subtle text-emphasis-{{ .name }}">.bg-{{ .name }}-subtle</div>
+<div class="p-3 mb-2 bg-{{ .name }}-subtle text-{{ .name }}-emphasis">.bg-{{ .name }}-subtle</div>
 {{- end -}}
 {{< /colors.inline >}}
 <p class="p-3 mb-2 bg-body-secondary">.bg-body-secondary</p>