Spaces:
Runtime error
Runtime error
datasciencedojo
commited on
Commit
·
6e700f7
1
Parent(s):
048e1df
submit button hover color updated
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ footer {visibility: hidden}
|
|
58 |
top: 0px;
|
59 |
padding: 0px;
|
60 |
cursor: pointer !important;
|
61 |
-
background: none rgb(
|
62 |
border: none !important;
|
63 |
text-align: center !important;
|
64 |
font-size: 14px !important;
|
|
|
58 |
top: 0px;
|
59 |
padding: 0px;
|
60 |
cursor: pointer !important;
|
61 |
+
background: none rgb(66, 133, 244) !important;
|
62 |
border: none !important;
|
63 |
text-align: center !important;
|
64 |
font-size: 14px !important;
|