css.properties

text-emphasis-color

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

Formal Syntax

text-emphasis-color = <color> <color> = <color-base> | currentColor | <system-color> | <contrast-color()> | <device-cmyk()> | <light-dark()>

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