Skip to content

Commit

Permalink
Docs: fix emphasis text utilities usage in Utilities > Background (tw…
Browse files Browse the repository at this point in the history
  • Loading branch information
oliv37 authored and romankupchak93 committed Jan 5, 2024
1 parent 128a1d7 commit d763b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/5.3/utilities/background.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit d763b5b

Please sign in to comment.