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 3e38def23a3987ff20007b3309e7ee8bb3947258 26 lines 649 B view raw
1/* ==userstyle== 2@name day for dev.css 3@description dev.css theme that makes it always light mode regardless of device setting 4@namespace intergrav 5@version 1.0.0 6@author intergrav <intergrav@proton.me> (https://devins.page) 7@homepageURL https://devcss.devins.page 8@supportURL https://github.com/intergrav/dev.css/issues 9@license MIT 10==/userstyle== */ 11 12:root { 13 /* colors */ 14 --dc-cs: light; 15 --dc-tx-1: #171717; 16 --dc-tx-2: #666; 17 --dc-bg-1: #fff; 18 --dc-bg-2: #fafafa; 19 --dc-bg-3: #ebebeb; 20 --dc-lk-1: #005ff2; 21 --dc-lkb-1: #006bff; 22 --dc-lkb-2: #0059ec; 23 --dc-lkb-tx: #fff; 24 --dc-ac-1: #a000f8; 25 --dc-ac-tx: #fff; 26}