text-emphasis-color
text-emphasis-color は圏点の色を適用します。text-emphasis で text-emphasis-style と共に一括指定も可能です。
- 値
- RGB 数値, 色名
- 初期値
- currentcolor(文字と同じ色)
- 対象
- すべての要素
- 継承
- しない
- CSS レベル
- CSS 3(CSS Text Decoration Module Level 3)
値の詳細
- 色名
- color プロパティの値と同じものが使用できます。
サンプル
span {
text-emphasis-style: dot;
text-emphasis-color: blue;
}