all repos — kōi @ aabc809544f1c5547b497e8f0e5dda482f6b25e1

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}