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 383f697fd086c6d4573c65647e8f6c4db1565e12 17 lines 416 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-tx-1: #000000; 7 --dc-tx-2: #1a1a1a; 8 --dc-bg-1: #fafafa; 9 --dc-bg-2: #fff; 10 --dc-bg-3: #ebebeb; 11 --dc-lk-1: #0068d6; 12 --dc-lkb-1: #0072f5; 13 --dc-lkb-2: #0062d1; 14 --dc-lkb-tx: #ededed; 15 --dc-ac-1: #8e4ec6; 16 --dc-ac-tx: #ededed; 17}