The text-decoration-color CSS property specifies the color of text decoration set on the element with text-decoration-line.
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
color
JS
Internal
External