Add app.css with Tailwind and daisyUI imports

This commit is contained in:
Christoph Haas 2026-03-23 21:19:46 +01:00
parent bb3f82d69d
commit b1f24c42ab

12
frontend/src/app.css Normal file
View file

@ -0,0 +1,12 @@
@import "tailwindcss";
@plugin "daisyui" {
themes: light;
}
@theme {
--font-sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
html {
font-family: var(--font-sans);
}