lightweight, simple, classless CSS framework inspired by new.css devcss.devins.page
framework lightweight css classless stylesheet
17
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 625d95ba464ab128614302ee2f02278f488ec8f6 18 lines 433 B view raw
1/* theme for dev.css v3, a classless CSS framework - https://github.com/intergrav/dev.css */ 2/* about: makes it always light, regardless of device setting */ 3 4:root { 5 /* colors */ 6 --dc-cs: light; 7 --dc-tx-1: #000000; 8 --dc-tx-2: #1a1a1a; 9 --dc-bg-1: #fafafa; 10 --dc-bg-2: #fff; 11 --dc-bg-3: #ebebeb; 12 --dc-lk-1: #0068d6; 13 --dc-lkb-1: #0072f5; 14 --dc-lkb-2: #0062d1; 15 --dc-lkb-tx: #ededed; 16 --dc-ac-1: #8e4ec6; 17 --dc-ac-tx: #ededed; 18}