Skip to content

Commit

Permalink
Docs: use consistent HTML elements in Utilities > Background page (#3…
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond committed Dec 22, 2023
1 parent 240b78e commit 00317d2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions site/content/docs/5.3/utilities/background.md
Expand Up @@ -25,9 +25,8 @@ Background utilities like `.bg-*` that generated from our original `$theme-color
<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>
<p class="p-3 mb-2 bg-body-tertiary">.bg-body-tertiary</p>

<div class="p-3 mb-2 bg-body-secondary">.bg-body-secondary</div>
<div class="p-3 mb-2 bg-body-tertiary">.bg-body-tertiary</div>
<div class="p-3 mb-2 bg-body text-body">.bg-body</div>
<div class="p-3 mb-2 bg-black text-white">.bg-black</div>
<div class="p-3 mb-2 bg-white text-dark">.bg-white</div>
Expand Down

0 comments on commit 00317d2

Please sign in to comment.