datasciencedojo
commited on
Commit
•
c29fb43
1
Parent(s):
7f73902
submit button hover color updated
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ footer {display:none !important}
|
|
44 |
top: 0px;
|
45 |
padding: 0px;
|
46 |
cursor: pointer !important;
|
47 |
-
background: none rgb(
|
48 |
border: none !important;
|
49 |
text-align: center !important;
|
50 |
font-family: Poppins !important;
|
|
|
44 |
top: 0px;
|
45 |
padding: 0px;
|
46 |
cursor: pointer !important;
|
47 |
+
background: none rgb(66, 133, 244) !important;
|
48 |
border: none !important;
|
49 |
text-align: center !important;
|
50 |
font-family: Poppins !important;
|