12 lines
166 B
CSS
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;
|
|
}
|