Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
soiz1
/
penguinmod-test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3c4be41
penguinmod-test
/
src
/
addons
/
modal.css
soiz1
Upload folder using huggingface_hub
540b600
verified
about 1 month ago
raw
Copy download link
history
blame
Safe
167 Bytes
.modal-content
{
background-color
: white;
color
:
#575e75
;
}
[theme=
"dark"
]
.modal-content
{
background-color
:
var
(--ui-primary);
color
:
var
(--text-primary);
}