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 ba4393eb181a9498f27c8f35d0fff15bbc59c14c 16 lines 334 B view raw
1/* This theme will make it always dark, regardless of device setting */ 2 3:root { 4 /* Colors */ 5 --dc-tx-1: #ededed; 6 --dc-tx-2: #a1a1a1; 7 --dc-bg-1: #000; 8 --dc-bg-2: #ffffff0f; 9 --dc-bg-3: #ffffff24; 10 --dc-lk-1: #52a8ff; 11 --dc-lkb-1: #0072f5; 12 --dc-lkb-2: #0062d1; 13 --dc-lkb-tx: #ededed; 14 --dc-ac-1: #8e4ec6; 15 --dc-ac-tx: #ededed; 16}