/* theme for dev.css v3, a classless CSS framework - https://github.com/intergrav/dev.css */ /* about: a template that you can modify */ /* note: you can remove lines that you want to keep as the dev.css default, such as the font lines */ :root { /* font families */ --dc-font-sans: sans-serif; /* sans serif */ --dc-font-mono: monospace; /* monospace */ /* colors */ --dc-tx-1: #000000; /* primary text */ --dc-tx-2: #1a1a1a; /* secondary text */ --dc-bg-1: #fafafa; /* main background */ --dc-bg-2: #fff; /* secondary background */ --dc-bg-3: #ebebeb; /* outlines */ --dc-lk-1: #0068d6; /* link text */ --dc-lkb-1: #0072f5; /* link button background */ --dc-lkb-2: #0062d1; /* link button background (hover) */ --dc-lkb-tx: #ededed; /* link button text */ --dc-ac-1: #8e4ec6; /* accent color */ --dc-ac-tx: #ededed; /* accent color text */ }