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 cf971d628f9231e6d26c54c66054d4fef7e9a534 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 <devin@devins.page> (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 color-scheme: 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}