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.

add color scheme handling for inputs

authored by

mystieneko and committed by
devin
c557b596 6bdee7c0

+7
+7
dev.css
··· 29 29 "Segoe UI", sans-serif; 30 30 --dc-font-mono: "Geist Mono", monospace; 31 31 32 + /* color scheme for inputs */ 33 + --dc-cs: light; 34 + 32 35 /* light colors */ 33 36 --dc-tx-1: #000000; 34 37 --dc-tx-2: #1a1a1a; ··· 70 73 --dc-lkb-tx: var(--dc-d-lkb-tx); 71 74 --dc-ac-1: var(--dc-d-ac-1); 72 75 --dc-ac-tx: var(--dc-d-ac-tx); 76 + 77 + /* color scheme for inputs */ 78 + --dc-cs: dark; 73 79 } 74 80 } 75 81 ··· 363 369 border-radius: 0.25rem; 364 370 box-shadow: none; 365 371 box-sizing: border-box; 372 + color-scheme: var(--dc-cs); 366 373 } 367 374 368 375 textarea {