zero-gpu-spaces / assets /globals.css
enzostvs's picture
enzostvs HF staff
add dark theme
900e2e7
raw
history blame
192 Bytes
@tailwind base;
@tailwind components;
@tailwind utilities;
body {
@apply bg-gray-100 overflow-hidden dark:bg-slate-950;
}
@layer utilities {
.text-balance {
text-wrap: balance;
}
}