Files
inventory/frontend/src/index.css
2026-07-21 16:11:09 +05:00

19 lines
260 B
CSS

@import "tailwindcss";
@theme {
--font-sans: system-ui, "Segoe UI", Roboto, sans-serif;
}
:root {
color-scheme: light dark;
}
body {
margin: 0;
@apply bg-white text-slate-900 dark:bg-slate-950 dark:text-slate-100;
}
#root {
min-height: 100svh;
}