1.2.1 #Border - Style - base .ct-base
Sets the color theme of an element (color, background, border-color).
Examples
Default styling
A div
.ct-base
Sets color, background, and border-color
A div
.cf-base
Sets color to var(--cf-base)
A div
.cb-base
Sets background to var(--cb-base)
A div
.ce-base
Sets border-color to var(--ce-base)
A div
Markup
<div class="bwa-1 pwa-1 [modifier class]">A div</div>
Source:
dist/full/full.css
, line 820