harshildarji commited on
Commit
8c86600
1 Parent(s): 4b25a37

change notes color

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -180,7 +180,7 @@ if "labels_dict" not in st.session_state:
180
  """
181
  <style>
182
  .hint {
183
- color: rgba(41, 134, 204, 0.6);
184
  font-size: 16px;
185
  }
186
  </style>
 
180
  """
181
  <style>
182
  .hint {
183
+ color: rgba(222, 49, 99, 0.9);
184
  font-size: 16px;
185
  }
186
  </style>