CSS - text-emphasis-color

トップ > CSSリファレンス > text-emphasis-color

概要

属性名 text-emphasis-color
<color>
初期値currentcolor
適用可能要素テキスト
継承する
サポートhttps://caniuse.com/?search=text-emphasis-color

説明

テキストの上部に注意すべき箇所であることを示す圏点(けんてん)を表示する際の色を指定します。text-emphasis で他のプロパティとまとめて指定することができます。

説明
<color>圏点の色を指定します。

使用例

CSS
.filled-circle-red {
  text-emphasis-style: filled circle;
  text-emphasis-color: red;
  font-size: 20pt;
}
HTML
<span class="filled-circle-red">いろは</span>
表示
いろは

関連項目

text-emphasis

リンク


Copyright (C) 2022 杜甫々
初版:2022年7月31日、最終更新:2022年7月31日
http://www.tohoho-web.com/css/prop/text-emphasis-color.htm