diff --git a/docs/4.0/utilities/colors.md b/docs/4.0/utilities/colors.md index 6eccb597da..acfcf2475a 100644 --- a/docs/4.0/utilities/colors.md +++ b/docs/4.0/utilities/colors.md @@ -11,8 +11,11 @@ toc: true {% capture example %} {% for color in site.data.theme-colors %}
.text-{{ color.name }}
{% endfor %} +.text-body
.text-muted
.text-white
+.text-black-50
+.text-white-50
{% endcapture %} {% include example.html content=example %}