Spaces:
Sleeping
Sleeping
h1 { | |
text-align: center; | |
color: black; | |
} | |
h2 { | |
text-align: center; | |
color: black; | |
} | |
p#warning { | |
text-align: center; | |
font-weight: bold; | |
color: red; | |
} | |
.streamlit-expanderHeader { | |
background-color: white; | |
color: green; # Adjust this for expander header color | |
} | |
.streamlit-expanderContent { | |
background-color: yellow; | |
color: red; # Expander content color | |
} |