Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Isgrassmann
/
20.06
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
66f15df
20.06
/
custom.css
Isgrassmann
Update custom.css
1840e00
about 2 years ago
raw
Copy download link
history
blame
234 Bytes
/* custom.css */
.gradio-interface
{
background-color
: black;
}
.gradio-interface-tabs
.tab
{
background-color
: white;
color
: black;
}
.gradio-interface-tabs
.tab
:hover
{
background-color
:
#ddd
;
color
: black;
}