Files
image-studio/view/index.css
2026-07-03 10:01:02 +02:00

18 lines
209 B
CSS

@import "./styles/globals.css";
@layer base {
:root {
@apply font-sans;
}
html,
body,
#root {
@apply h-full;
}
body {
@apply m-0 min-w-[320px] bg-background text-foreground;
}
}