Spaces:
Running
Running
James McCool
commited on
Commit
·
8f07a93
1
Parent(s):
7c39179
Change text color of select dropdown in app.py from black to white for improved readability and visual contrast.
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ st.markdown("""
|
|
56 |
|
57 |
div[data-baseweb="select"] > div {
|
58 |
background-color: #DAA520;
|
59 |
-
color:
|
60 |
}
|
61 |
</style>""", unsafe_allow_html=True)
|
62 |
|
|
|
56 |
|
57 |
div[data-baseweb="select"] > div {
|
58 |
background-color: #DAA520;
|
59 |
+
color: white;
|
60 |
}
|
61 |
</style>""", unsafe_allow_html=True)
|
62 |
|