このテーマは、下線による強調と蛍光ペン効果のためのカスタム CSS クラス u-line と hl を提供します。
これは通常のテキスト、これは下線による強調です。 これは青い下線、 これは紫の下線です。
<span class="u-line">underline emphasis</span>
<span class="u-line u-line-blue">blue underline</span>
<span class="u-line u-line-violet">violet underline</span>
これは黄色のハイライト、 これは緑のハイライト、 これはピンクのハイライトです。
<span class="hl hl-yellow">yellow highlight</span>
<span class="hl hl-green">green highlight</span>
<span class="hl hl-pink">pink highlight</span>
<span class="hl hl-blue">blue highlight</span>
<span class="hl hl-lavender">lavender highlight</span>
<span class="hl hl-peach">peach highlight</span>
<span class="hl hl-mint">mint highlight</span>
<span class="hl hl-coral">coral highlight</span>
<span class="hl hl-lemon">lemon highlight</span>
これはマーカー風のハイライト、緑のマーカーです。
<span class="hl hl-marker hl-yellow">Marker Yellow</span>
<span class="hl hl-marker hl-green">Marker Green</span>
<span class="hl hl-marker hl-pink">Marker Pink</span>
<span class="hl hl-marker hl-lavender">Marker Lavender</span>