CSS text-decoration-color 屬性
定義和用法
text-decoration-color
屬性指定文字裝飾(下劃線、上劃線、刪除線)的顏色。
提示: 還可以檢視 text-decoration 屬性,它是 text-decoration-line、text-decoration-style、text-decoration-color 和 text-decoration-thickness 的簡寫屬性。
預設值 | currentColor |
---|---|
繼承 | no |
可動畫 | 是。 瞭解可動畫屬性 Try it |
版本 | CSS3 |
JavaScript 語法 | object.style.textDecorationColor="red" Try it |
瀏覽器支援
表中的數字指定了完全支援該屬性的第一個瀏覽器版本。
屬性 | |||||
---|---|---|---|---|---|
text-decoration-color | 57 | 79 | 36 | 12.1 | 44 |
CSS 語法
text-decoration-color: color|initial|inherit;
屬性值
值 | 描述 | 試一試 |
---|---|---|
color | 設定文字裝飾的顏色 | 演示 ❯ |
initial | 將此屬性設定為其預設值。閱讀關於initial | |
inherit | 從其父元素繼承此屬性。閱讀關於inherit |
相關頁面
CSS 教程:CSS 文字裝飾
HTML DOM 參考: textDecorationColor 屬性