Spaces:
Runtime error
Runtime error
datasciencedojo
commited on
Commit
•
0d652f8
1
Parent(s):
5ffdb12
submit button hover color updated
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ button.primary:hover{
|
|
58 |
left: 0px;
|
59 |
top: 0px;
|
60 |
cursor: pointer !important;
|
61 |
-
background: none rgb(
|
62 |
border: none !important;
|
63 |
color: rgb(255, 255, 255) !important;
|
64 |
line-height: 1 !important;
|
|
|
58 |
left: 0px;
|
59 |
top: 0px;
|
60 |
cursor: pointer !important;
|
61 |
+
background: none rgb(66, 133, 244) !important;
|
62 |
border: none !important;
|
63 |
color: rgb(255, 255, 255) !important;
|
64 |
line-height: 1 !important;
|