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 7c9f9fc2cf7054ac0365379ff7fe06ea81036551 26 lines 652 B view raw
1/* ==userstyle== 2@name night for dev.css 3@description dev.css theme that makes it always dark 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: dark; 15 --dc-tx-1: #ededed; 16 --dc-tx-2: #a1a1a1; 17 --dc-bg-1: #0a0a0a; 18 --dc-bg-2: #000; 19 --dc-bg-3: #2e2e2e; 20 --dc-lk-1: #47a8ff; 21 --dc-lkb-1: #006efe; 22 --dc-lkb-2: #005be7; 23 --dc-lkb-tx: #fff; 24 --dc-ac-1: #9440d5; 25 --dc-ac-tx: #fff; 26}