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 adacf76d04d302a0d656b07d0e2500a32ad9ec58 26 lines 668 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://github.com/intergrav) 7@homepageURL https://github.com/intergrav/dev.css 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}