Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
enzostvs
/
zero-gpu-spaces
like
697
Running
App
Files
Files
Community
3
761dfc1
zero-gpu-spaces
/
assets
/
globals.css
enzostvs
HF staff
add dark theme
900e2e7
4 months ago
raw
Copy download link
history
blame
Safe
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;
}
}