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 9f5dadea5a8a019709184c91d734996653b0a92e 21 lines 522 B view raw
1/* This theme has a similar look to a computer terminal */ 2 3@import url("https://cdn.jsdelivr.net/npm/@intergrav/fonts@1/serve/geist-mono.min.css"); 4 5:root { 6 /* Fonts */ 7 --dc-font-sans: "Geist Mono", monospace; 8 --dc-font-mono: "Geist Mono", monospace; 9 /* Colors */ 10 --dc-tx-1: #ffffff; 11 --dc-tx-2: #eeeeee; 12 --dc-bg-1: #000000; 13 --dc-bg-2: #002700; 14 --dc-bg-3: #005800; 15 --dc-lk-1: #00ff00; 16 --dc-lkb-1: #00ff00; 17 --dc-lkb-2: #00d400; 18 --dc-lkb-tx: #000000; 19 --dc-ac-1: #00ff00; 20 --dc-ac-tx: #000000; 21}