homeman-deno/static/styles.css

11 lines
157 B
CSS
Raw Permalink Normal View History

2024-01-05 13:22:56 -06:00
@tailwind base;
@tailwind components;
2024-01-07 02:24:36 -06:00
@tailwind utilities;
2024-01-07 10:55:18 -06:00
dialog {
@apply bg-stone-100 text-stone-950 dark:bg-stone-950 dark:text-stone-100;
}
2024-01-07 02:24:36 -06:00
body {
}