Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Seth0330
/
EMAILOUT
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
EMAILOUT
/
frontend
/
src
/
index.css
Seth
update
09dac43
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
164 Bytes
@tailwind
base;
@tailwind
components;
@tailwind
utilities;
@layer
base {
* {
@apply
border-slate-
200
;
}
body
{
@apply
bg-white text-slate-
900
;
}
}