CSS text-emphasis-color 屬性
示例
text-emphasis-color 屬性的使用
p.ex1 {
text-emphasis-color: red;
}
p.ex2 {
text-emphasis-color: blue;
}
p.ex3 {
text-emphasis-color: rgb(130, 180, 150);
}
p.ex4 {
text-emphasis-color: currentcolor;
}
自己動手試一試 »
定義和用法
text-emphasis-color
屬性設定著重號的顏色。
提示:除非設定了 text-emphasis-style
屬性,否則不會顯示著重號。
預設值 | 當前顏色 |
---|---|
繼承 | 是 |
版本 | CSS3 |
JavaScript 語法 | 物件.style.textEmphasisColor="blue" |
瀏覽器支援
表中的數字指定了完全支援該屬性的第一個瀏覽器版本。
屬性 | |||||
---|---|---|---|---|---|
text-emphasis-color | 99.0 | 99.0 | 46.0 | 7.0 | 85.0 |
CSS 語法
text-emphasis-color: 顏色|繼承|初始;
值 | 描述 | |
---|---|---|
color | 設定著重號的顏色。如果未指定顏色,則使用當前顏色 | 演示 ❯ |
initial | 將此屬性設定為其預設值。閱讀關於initial | |
inherit | 從其父元素繼承此屬性。閱讀關於inherit |