datasciencedojo commited on
Commit
9d7944c
·
1 Parent(s): 2f9e7dd

submit button hover color updated

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ footer {display:none !important}
103
  top: 0px;
104
  padding: 0px;
105
  cursor: pointer !important;
106
- background: none rgb(37, 56, 133) !important;
107
  border: none !important;
108
  text-align: center !important;
109
  font-size: 14px !important;
 
103
  top: 0px;
104
  padding: 0px;
105
  cursor: pointer !important;
106
+ background: none rgb(66, 133, 244) !important;
107
  border: none !important;
108
  text-align: center !important;
109
  font-size: 14px !important;