@mauermbq that was a mistake on the CSS selector. Try this:
"""
<style>
div[class="stDateInput"] div[class="st-b8"] input {
color: white;
}
div[role="presentation"] div{
color: white;
}
div[data-baseweb="calendar"] button {
color:white
};
</style>
""",
unsafe_allow_html=True,
)