Spaces:
Running
Running
datasciencedojo
commited on
Commit
•
f3f2d90
1
Parent(s):
f5073b8
submit button hover color updated
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ footer {display:none !important}
|
|
69 |
top: 0px;
|
70 |
padding: 0px;
|
71 |
cursor: pointer !important;
|
72 |
-
background: none rgb(
|
73 |
border: none !important;
|
74 |
text-align: center !important;
|
75 |
font-family: Poppins !important;
|
|
|
69 |
top: 0px;
|
70 |
padding: 0px;
|
71 |
cursor: pointer !important;
|
72 |
+
background: none rgb(66, 133, 244) !important;
|
73 |
border: none !important;
|
74 |
text-align: center !important;
|
75 |
font-family: Poppins !important;
|