General Styles
Thruline Font Colors
For any block that you add our Thruline-prefixed text color classes to, every text-based element within that block will inherit your new font color. This can be applied on a parent element with multiple text elements, or on a single, specific text element.
Avoid nesting colors. You may run into a precedence issue based on which color is defined in our stylesheet last.
Color options:
Examples:
<p class="tl-text-blue-001">
Blue Text Here
</p>
<div class="tl-text-green-002">
<h2>This would be green.</h2>
<p>This, too, would be green.</p>
<div>Even this would be green.</div>
</div>