Create custom.css
Browse files- custom.css +4 -0
custom.css
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.gradio_submit_button {
|
2 |
+
background-color: #DF3840;
|
3 |
+
color: white;
|
4 |
+
}
|