text-decoration-color: red;
text-decoration-color: #008001;
text-decoration-color: rgb(0, 0, 255);
text-decoration-color: rgba(201, 76, 76, 0.3);
text-decoration-color: hsl(89, 43%, 51%);
text-decoration-color: hsla(89, 43%, 51%, 0.3);