Spaces:
Running
Running
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
app.py
CHANGED
@@ -55,7 +55,7 @@ st.markdown("""
|
|
55 |
}
|
56 |
|
57 |
div[data-baseweb="select"] > div {
|
58 |
-
background-color:
|
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)
|