CNeat is a Colored version of Neat Neat is a minimalist css framework. See neat.joeldare.com for a demo, documentation and rationale. Keep in mind that the website is using the current release, not the master branch.
Introduced colors are inspired from other framework like 'bootstrap'.
:root {
color-scheme: dark light;
--light: #fff;
--dark: #404040;
--gray: #cbcbcb;
--success: rgb(28, 184, 65);
--error:rgb(202, 60, 60);
--warning:rgb(223, 117, 20);
--secondary:rgb(66, 184, 221);
}
.label class for small tags