I have a multipage streamlit app. To add pages, i use:
st.set_page_config(page_title="Admin Overview", page_icon="🌎",layout="wide")
However, the fontcolor of the page title in my sidebar is black, eventhough I want it white. I cannot change the colour since the css styling for sidebar only occurs for texts in sidebar and not the page title. Please help!