I want to color the text decoration. I got a tutorial from w3schools
And tried this
text-decoration: underline; text-decoration-color: #ffffdffffd;
Your code is likely to affect another class
p { text-decoration: underline; text-decoration-color: red!important; }
test