We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
text-dark
1 parent 0a783b0 commit 24ad18bCopy full SHA for 24ad18b
site/content/docs/4.3/components/card.md
@@ -409,7 +409,7 @@ Use [text and background utilities]({{< docsref "/utilities/colors" >}}) to chan
409
{{< example >}}
410
{{< card.inline >}}
411
{{- range (index $.Site.Data "theme-colors") }}
412
-<div class="card{{ if not (eq .name "light") }} text-white{{ end }} bg-{{ .name }} mb-3" style="max-width: 18rem;">
+<div class="card{{ if not (or (eq .name "light") (eq .name "warning")) }} text-white{{ end }} bg-{{ .name }} mb-3" style="max-width: 18rem;">
413
<div class="card-header">Header</div>
414
<div class="card-body">
415
<h5 class="card-title">{{ .name | title }} card title</h5>
0 commit comments