TEXT-DECORATION-COLOR
The text-decoration-color property specifies the color of text decoration set on the element with text-decoration-line.
SYNTAX
CSS
text-decoration-color: value;
JS
object.style.textDecorationColor = "value";
VALUES
<'text-decoration-color'> = <color>
<color>
Specifies the color using a keyword or a numerical specification.
INITIAL
currentcolor