Files
LiteRequest/src/style.css
2025-12-01 07:02:21 -04:00

12 lines
166 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
body {
@apply bg-slate-950 text-slate-200 h-screen overflow-hidden;
}
#app {
@apply h-full w-full;
}