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 25eee0de1cd6b1bbf718fdc8fa3f68da7da2e500 16 lines 346 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}