HTML Dog
跳至导航

CSS 属性:text-decoration-color

设置由 text-decoration-line 定义的文本装饰的颜色。

可能的值

示例
[颜色]rgba(0,0,0,.4)
inherit
initial
unset

示例


a:hover {
    text-decoration-line: line-through;
    text-decoration-color: red;
}

浏览器支持

我可以在 caniuse.com 上使用 text-decoration 吗? caniuse.com 上有关 text-decoration 功能在主流浏览器中支持的数据。