YongHuang commited on
Commit
2dd89c2
·
1 Parent(s): 4f6a9ca

play with color

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -130,7 +130,7 @@ css='''
130
  <style>
131
  section.main > div {max-width:75rem}
132
  input[type="text"] {
133
- background-color: lightgreen !important;
134
  }
135
  </style>
136
  '''
 
130
  <style>
131
  section.main > div {max-width:75rem}
132
  input[type="text"] {
133
+ background-color: #F2FEEF !important;
134
  }
135
  </style>
136
  '''