Files
dvdash/src/styles/globals.css
Joe Monk 139f96f938
All checks were successful
Build and deploy / deploy (push) Successful in 1m58s
Add a load of fallbacks and rework the docker bits
2025-04-27 02:22:08 +01:00

10 lines
323 B
CSS

@import "tailwindcss";
@plugin "daisyui" {
/* biome-ignore lint/correctness/noUnknownProperty: daisyui isn\'t set up right */
themes: dracula --default;
}
@theme {
--font-sans: var(--font-geist-sans), ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}