aboutsummaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authoroliv37 <[email protected]>2023-10-13 07:41:40 +0200
committerGitHub <[email protected]>2023-10-13 07:41:40 +0200
commit72d6722b34e075f9d720c9030b7fbbec68f7f5c4 (patch)
tree2f97006fe02515eb75870e79f20efe68d4ad58ad /site
parent790dc807533c7c62ef19e50d80d8d0fa8d275c8e (diff)
downloadbootstrap-72d6722b34e075f9d720c9030b7fbbec68f7f5c4.tar.xz
bootstrap-72d6722b34e075f9d720c9030b7fbbec68f7f5c4.zip
Docs: fix emphasis text utilities usage in Utilities > Background (#39293)
Diffstat (limited to 'site')
-rw-r--r--site/content/docs/5.3/utilities/background.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.3/utilities/background.md b/site/content/docs/5.3/utilities/background.md
index c17ed8470..8f1ca5dca 100644
--- a/site/content/docs/5.3/utilities/background.md
+++ b/site/content/docs/5.3/utilities/background.md
@@ -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>