css.properties

text-decoration-color

The text-decoration-color property sets the color of text decorations.

Formal Syntax

<color>

See specification

JavaScript Access

// Access via element.style
element.style.textDecorationColor = 'currentcolor';

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
text-decoration-color573612.179
currentColor576879
transparent576879

Related Properties