diff --git a/app.py b/app.py index e93e3cd..1fc6772 100644 --- a/app.py +++ b/app.py @@ -81,7 +81,7 @@ def get_svg_base64(svg_content): /* Style placeholder text color */ .stTextInput input::placeholder, .stTextInput textarea::placeholder { - color: rgba(255, 255, 255, 0.6) !important; + color: var(--white); } """, unsafe_allow_html=True)