css.properties

text-emphasis-color

The text-emphasis-color property sets the color of text emphasis marks.

Formal Syntax

<color>

See specification

JavaScript Access

// Access via element.style
element.style.textEmphasisColor = 'currentcolor';

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
text-emphasis-color9946799
currentColor2546779
transparent2546779

Related Properties