We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3417c54 commit b72bd05Copy full SHA for b72bd05
docs/4.0/utilities/colors.md
@@ -11,8 +11,11 @@ toc: true
11
{% capture example %}
12
{% for color in site.data.theme-colors %}
13
<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>
15
<p class="text-muted">.text-muted</p>
16
<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>
19
{% endcapture %}
20
{% include example.html content=example %}
21
0 commit comments