From 8b9e5144f7af3bb0578d80ed619dd0743d0d5f0f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 24 Jul 2024 11:22:02 +0200 Subject: Adding upstream version 5.3.3+dfsg. Signed-off-by: Daniel Baumann --- site/content/docs/5.3/utilities/background.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'site/content/docs/5.3/utilities/background.md') diff --git a/site/content/docs/5.3/utilities/background.md b/site/content/docs/5.3/utilities/background.md index c17ed84..1239261 100644 --- a/site/content/docs/5.3/utilities/background.md +++ b/site/content/docs/5.3/utilities/background.md @@ -22,12 +22,11 @@ Background utilities like `.bg-*` that generated from our original `$theme-color {{< colors.inline >}} {{- range (index $.Site.Data "theme-colors") }}
.bg-{{ .name }}
-
.bg-{{ .name }}-subtle
+
.bg-{{ .name }}-subtle
{{- end -}} {{< /colors.inline >}} -

.bg-body-secondary

-

.bg-body-tertiary

- +
.bg-body-secondary
+
.bg-body-tertiary
.bg-body
.bg-black
.bg-white
-- cgit v1.2.3