gradio_test / theme.css
ajsbsd's picture
Create theme.css
6f3931b verified
raw
history blame
189 Bytes
.gr-button {
background-color: #3498db !important;
color: white;
}
.gr-button:hover {
background-color: #2980b9 !important;
}
.gr-textbox {
border-radius: 8px;
font-size: 1rem;
}