Spaces:
Sleeping
Sleeping
File size: 290 Bytes
f95f3fe fd0322b e089ae8 f95f3fe b9a9141 e089ae8 f95f3fe |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
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;
} |