Source: dist/css/acc_uc.css, line 969
1.1.2 Font Color
Using these straightforward utility classes, you can adjust the color of your text.
Source: dist/css/acc_uc.css, line 969
Using these straightforward utility classes, you can adjust the color of your text.
text that's white
text that's black
text that's primary
text that's alert
text that's info
text that's warning the user
text that inherits from its parent
<div class="[modifier class] font_normal font_2 font_bold bg_shade-4 p_3">
<div class="text-lowercase">a b c d e f g h i j k l m n o p q r s t u v w x y z</div>
<div class="text-uppercase">a b c d e f g h i j k l m n o p q r s t u v w x y z</div>
</div>