css מאפייני text text-decoration-color

✔️ text-decoration-color CSS Style Property

המאפיין text-decoration-color מגדיר לטקסט את צבע הקו המצורף לטקסט

דוגמא: שנה את צבע הקו

Demo Panel:
cssguide
CSS:
HTML: 222
Syntax:

text-decoration-color: color | initial | inherit;

Valid values:
  • currentColor, transparent

Js Syntax: element.style.textDecorationColor

תאימות דפדפנים

text-decoration-color
הערך שנבדקChromeFirefoxEdgeCOpera
#ff0000✔️✔️✔️✔️
currentcolor✔️✔️✔️✔️
black✔️✔️✔️✔️
silver✔️✔️✔️✔️
gray✔️✔️✔️✔️
white✔️✔️✔️✔️
maroon✔️✔️✔️✔️
red✔️✔️✔️✔️
purple✔️✔️✔️✔️
fuchsia✔️✔️✔️✔️
green✔️✔️✔️✔️
lime✔️✔️✔️✔️
olive✔️✔️✔️✔️
yellow✔️✔️✔️✔️
navy✔️✔️✔️✔️
blue✔️✔️✔️✔️
teal✔️✔️✔️✔️
aqua✔️✔️✔️✔️
transparent✔️✔️✔️✔️
revert✔️✔️✔️✔️
revert-layer✔️✔️✔️✔️
unset✔️✔️✔️✔️
inherit✔️✔️✔️✔️
initial✔️✔️✔️✔️