The questions (inputs) are in white
st.markdown(
"""
<style>
[data-testid="stChatMessageContent"] p{
color:white;
font-size: 1.75rem;
}
</style>
""", unsafe_allow_html=True
)
I try to use this way to overide the font color which works only for the input but not the results.