This repository has been archived on 2026-06-21. You can view files and clone it. You cannot open issues or pull requests or push a commit.
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;
}