all repos — kōi @ 4a48ccfcb2820e792122c1a2d62d209c30239e47

Minimalist task manager

src/app.css (view raw)

 1@import "tailwindcss";
 2@plugin "daisyui" {
 3  themes:
 4    light --default,
 5    dark --prefersdark;
 6}
 7
 8.hashtag {
 9  @apply text-secondary;
10}
11
12a {
13  @apply text-primary;
14}