datasciencedojo commited on
Commit
1f7ace8
·
1 Parent(s): 313818d

submit button hover color updated

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ footer {display:none !important}
49
  top: 0px;
50
  padding: 0px;
51
  cursor: pointer !important;
52
- background: none rgb(37, 56, 133) !important;
53
  border: none !important;
54
  text-align: center !important;
55
  font-family: Poppins !important;
 
49
  top: 0px;
50
  padding: 0px;
51
  cursor: pointer !important;
52
+ background: none rgb(66, 133, 244) !important;
53
  border: none !important;
54
  text-align: center !important;
55
  font-family: Poppins !important;