KSS Style Guide

1.2.11 #Border - Style - secondary .ct-secondary

Toggle example guides Toggle HTML markup

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

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