Text

Text Decoration Color

Style syntax for setting the color of decorative lines on text.

🚧This page is still under construction and some content may not be complete.

Overview [sr-only]

ClassDeclarations
text-decoration-color:color / text-decoration:colortext-decoration-color: color
text-decoration:currenttext-decoration-color: currentColor
text-decoration:transparenttext-decoration-color: transparent
text-decoration:#hextext-decoration-color: #hex
text-decoration:rgb(rgb)text-decoration-color: rgb(rgb)
text-decoration:hsl(hsl)text-decoration-color: hsl(hsl)

Conditionally apply

Apply styles in different states using selectors, media queries, etc.

<div class="text-decoration-color:gray-10:hover text-decoration-color:gray-10@sm text-decoration-color:gray-10@dark text-decoration-color:gray-10@print">…</div>
PREVIOUS
Text Decoration

Style syntax for setting the appearance of decorative lines on text.

NEXT
Text Decoration Line

Style syntax for setting the kind of decoration that is used on text.

MIT License Ā© Aoyue Design LLC.