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 f7926f51fb1e374112e5eb438d871e8e321a7c1b 26 lines 1.3 kB view raw
1/* ==userstyle== 2@name catppuccin frappé and latte for dev.css 3@description dev.css theme based on catppuccin's frappé and latte colors - https://github.com/catppuccin 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://tangled.org/devins.page/dev.css/issues 9@license MIT 10==/userstyle== */ 11 12:root { 13 /* colors - latte and frappé */ 14 --dc-cs: light dark; /* light/dark scrollbars, inputs, etc */ 15 --dc-tx-1: light-dark(#4c4f69, #c6d0f5); /* primary text | Text */ 16 --dc-tx-2: light-dark(#4c4f69, #c6d0f5); /* secondary text | Text */ 17 --dc-bg-1: light-dark(#eff1f5, #303446); /* primary background | Base */ 18 --dc-bg-2: light-dark(#e6e9ef, #292c3c); /* secondary background | Mantle */ 19 --dc-bg-3: light-dark(#ccd0da, #414559); /* border | Surface0 */ 20 --dc-lk-1: light-dark(#1e66f5, #8caaee); /* link text | Blue */ 21 --dc-lkb-1: light-dark(#bcc0cc, #51576d); /* link button | Surface1 */ 22 --dc-lkb-2: light-dark(#ccd0da, #414559); /* link button hover | Surface0 */ 23 --dc-lkb-tx: light-dark(#4c4f69, #c6d0f5); /* text over link button | Text */ 24 --dc-ac-1: light-dark(#8839ef, #ca9ee6); /* accent color | Mauve */ 25 --dc-ac-tx: light-dark(#eff1f5, #303446); /* text over accent color | Base */ 26}