KSS Style Guide

1.2.9 #Border - Style - primary .ct-primary

Toggle example guides Toggle HTML markup

Sets the color theme of an element (color, background, border-color).

Examples
Default styling
A div
.ct-primary
Sets color, background, and border-color
A div
.cf-primary
Sets color to var(--cf-primary)
A div
.cb-primary
Sets background to var(--cb-primary)
A div
.ce-primary
Sets border-color to var(--ce-primary)
A div
Markup
<div class="bwa-1 pwa-1 [modifier class]">A div</div>
Source: dist/standard/standard.css, line 841