Song_Seeker / custom.css
Zamira1235's picture
Create custom.css
f95f3fe verified
raw
history blame
290 Bytes
body {
font-family: 'Your Desired Font', sans-serif;
}
.gradio-container {
background: linear-gradient(to right, blue, purple);
color: gray;
}
.gr-button {
background-color: #4a4a4a;
color: #ffffff;
}
.gr-textbox {
background-color: #f0f0f0;
color: #000000;
}