Spaces:
Running
Running
James McCool
commited on
Commit
·
9c1b966
1
Parent(s):
8dcbd5a
Add color styling to select dropdown in app.py for improved visibility and user experience.
Browse files
app.py
CHANGED
@@ -56,6 +56,7 @@ st.markdown("""
|
|
56 |
|
57 |
div[data-baseweb="select"] > div {
|
58 |
background-color:rgb(134, 255, 164);
|
|
|
59 |
}
|
60 |
</style>""", unsafe_allow_html=True)
|
61 |
|
|
|
56 |
|
57 |
div[data-baseweb="select"] > div {
|
58 |
background-color:rgb(134, 255, 164);
|
59 |
+
color: black;
|
60 |
}
|
61 |
</style>""", unsafe_allow_html=True)
|
62 |
|