CSS text-emphasis-color
The text-emphasis-color property is used to specify the color of the emphasis mark (such as an underline or overline) for text. This property works in conjunction with the text-emphasis property to style text emphasis marks.
Here's an example of how to use the text-emphasis-color property in CSS:
In this example, we set the emphasis mark to be an underline with a red color using the text-emphasis and text-emphasis-color properties.
Here's the HTML and CSS code for the example above:
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
When you apply the CSS to the HTML code above, you will see the text highlighted with a red underline.