Song_Seeker / custom.css
Zamira1235's picture
Update custom.css
b9a9141 verified
raw
history blame
290 Bytes
body {
font-family: 'Your Desired Font', sans-serif;
}
.gradio-container {
background: linear-gradient(to right, #a8c0ff, #d9a7c7); /* Soft blue to soft purple gradient */
color: gray;
}
.gr-button {
background-color: #5b87ab; /* Soft grayish blue */
color: #ffffff;
}