lightweight, simple, classless CSS framework inspired by new.css
devcss.devins.page
framework
lightweight
css
classless
stylesheet
1/* This theme is a template that you can modify */
2
3:root {
4 /* Fonts */
5 --dc-font-sans: sans-serif; /* Sans Serif */
6 --dc-font-mono: monospace; /* Monospace */
7 /* Colors */
8 --dc-tx-1: #000000; /* Primary text */
9 --dc-tx-2: #1a1a1a; /* Secondary text */
10 --dc-bg-1: #fafafa; /* Main background */
11 --dc-bg-2: #fff; /* Secondary background */
12 --dc-bg-3: #ebebeb; /* Outlines */
13 --dc-lk-1: #0068d6; /* Link text */
14 --dc-lkb-1: #0072f5; /* Link button background */
15 --dc-lkb-2: #0062d1; /* Link button background (hover) */
16 --dc-lkb-tx: #ededed; /* Link button text */
17 --dc-ac-1: #8e4ec6; /* Accent color */
18 --dc-ac-tx: #ededed; /* Accent color text */
19}