The theme provides custom u-line and hl CSS classes for underline emphasis and highlighter effects.
This is plain text, this is underline emphasis. This is blue underline, this is violet underline.
<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>
This is yellow highlight, this is green highlight, this is pink highlight.
<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>
This is marker-style highlight, green marker.
<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>