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