diff --git a/docs/4.0/utilities/colors.md b/docs/4.0/utilities/colors.md index ed4ba10664..57afcc6ea5 100644 --- a/docs/4.0/utilities/colors.md +++ b/docs/4.0/utilities/colors.md @@ -9,6 +9,8 @@ toc: true {% example html %} {% for color in site.data.theme-colors %}
.text-{{ color.name }}
{% endfor %} +.text-muted
+.text-white
{% endexample %} Contextual text classes also work well on anchors with the provided hover and focus states. **Note that the `.text-white` class has no link styling.** @@ -16,6 +18,8 @@ Contextual text classes also work well on anchors with the provided hover and fo {% example html %} {% for color in site.data.theme-colors %} {% endfor %} + + {% endexample %} Similar to the contextual text color classes, easily set the background of an element to any contextual class. Anchor components will darken on hover, just like the text classes. Background utilities **do not set `color`**, so in some cases you'll want to use `.text-*` utilities.