I wonder if there is any trick to solve this problem.
I have my link as below text and want to change the underline color.
This link contains in many
In case anyone is interested - this worked for me - text-decoration-color CSS property:
.example { text-decoration: underline; text-decoration-color: red; }
https://developer.mozilla.org/en-US/docs/Web/CSS/text-decoration-color