Skip to content

Commit b591d23

Browse files
committed
Merge pull request #17115 from benjamindean/patch-1
Fix "background-variants" anchor
2 parents 463837c + b381af5 commit b591d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/components/card.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ Turn an image into a card background and overlay your card's text. Depending on
232232

233233
Cards include a class for quickly toggling **the text color**. By default, cards use dark text and assume a light background. **Add `.card-inverse` for white text** and specify the `background-color` and `border-color` to go with it.
234234

235-
You can also use `.card-inverse` with the [contextual backgrounds variants](#background-variations).
235+
You can also use `.card-inverse` with the [contextual backgrounds variants](#background-variants).
236236

237237
{% example html %}
238238
<div class="card card-inverse" style="background-color: #333; border-color: #333;">

0 commit comments

Comments
 (0)