Spaces:
Runtime error
Runtime error
Commit ·
0240e78
1
Parent(s): 625bc96
submit button hover color updated
Browse files
app.py
CHANGED
|
@@ -98,7 +98,7 @@ img.gr-sample-image:hover, video.gr-sample-video:hover {
|
|
| 98 |
top: 0px;
|
| 99 |
padding: 0px;
|
| 100 |
cursor: pointer !important;
|
| 101 |
-
background: none rgb(
|
| 102 |
border: none !important;
|
| 103 |
text-align: center !important;
|
| 104 |
font-size: 14px !important;
|
|
|
|
| 98 |
top: 0px;
|
| 99 |
padding: 0px;
|
| 100 |
cursor: pointer !important;
|
| 101 |
+
background: none rgb(66, 133, 244) !important;
|
| 102 |
border: none !important;
|
| 103 |
text-align: center !important;
|
| 104 |
font-size: 14px !important;
|