color
Utilities for controlling the text color of an element.
| Utility | Styles |
|---|---|
color.inherit | color: inherit; |
color.current | color: currentColor; |
color.transparent | color: transparent; |
text.black | color: var(--color-black); /* #000 */ |
text.white | color: var(--color-white); /* #fff */ |
text[*<value>*] | color: *<value>*; |