Spaces:
Running
Running
Commit
·
e1dcbef
1
Parent(s):
1f78ecf
submit button hover color updated
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ footer {display:none !important}
|
|
40 |
top: 0px;
|
41 |
padding: 0px;
|
42 |
cursor: pointer !important;
|
43 |
-
background: none rgb(
|
44 |
border: none !important;
|
45 |
text-align: center !important;
|
46 |
font-family: Poppins !important;
|
|
|
40 |
top: 0px;
|
41 |
padding: 0px;
|
42 |
cursor: pointer !important;
|
43 |
+
background: none rgb(66, 133, 244) !important;
|
44 |
border: none !important;
|
45 |
text-align: center !important;
|
46 |
font-family: Poppins !important;
|