James McCool commited on
Commit
7c39179
·
1 Parent(s): 9c1b966

Update background color of select dropdown in app.py to enhance visual appeal and user experience.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ st.markdown("""
55
  }
56
 
57
  div[data-baseweb="select"] > div {
58
- background-color:rgb(134, 255, 164);
59
  color: black;
60
  }
61
  </style>""", unsafe_allow_html=True)
 
55
  }
56
 
57
  div[data-baseweb="select"] > div {
58
+ background-color: #DAA520;
59
  color: black;
60
  }
61
  </style>""", unsafe_allow_html=True)