Files
image-studio/view/index.css
2026-07-02 22:50:58 +02:00

12 lines
172 B
CSS

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