Skip to content

Commit b72bd05

Browse files
committed
document new text color utils
1 parent 3417c54 commit b72bd05

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/4.0/utilities/colors.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@ toc: true
1111
{% capture example %}
1212
{% for color in site.data.theme-colors %}
1313
<p class="text-{{ color.name }}{% if color.name == "light" %} bg-dark{% endif %}">.text-{{ color.name }}</p>{% endfor %}
14+
<p class="text-body">.text-body</p>
1415
<p class="text-muted">.text-muted</p>
1516
<p class="text-white bg-dark">.text-white</p>
17+
<p class="text-black-50">.text-black-50</p>
18+
<p class="text-white-50 bg-dark">.text-white-50</p>
1619
{% endcapture %}
1720
{% include example.html content=example %}
1821

0 commit comments

Comments
 (0)