datasciencedojo commited on
Commit
6e700f7
·
1 Parent(s): 048e1df

submit button hover color updated

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ footer {visibility: hidden}
58
  top: 0px;
59
  padding: 0px;
60
  cursor: pointer !important;
61
- background: none rgb(37, 56, 133) !important;
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;