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 d4568eeecdf954ea90be73fa12884c25722978ee 29 lines 697 B view raw
1/* ==userstyle== 2@name terminal for dev.css 3@description dev.css theme that has a similar look to a computer terminal 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 /* font families */ 14 --dc-font: var(--dc-font-mono); 15 16 /* colors */ 17 --dc-cs: dark; 18 --dc-tx-1: #ffffff; 19 --dc-tx-2: #eeeeee; 20 --dc-bg-1: #001a00; 21 --dc-bg-2: #000; 22 --dc-bg-3: #005800; 23 --dc-lk-1: #00ff00; 24 --dc-lkb-1: #00ff00; 25 --dc-lkb-2: #00d400; 26 --dc-lkb-tx: #000; 27 --dc-ac-1: #00ff00; 28 --dc-ac-tx: #000; 29}