ner-kazakh / style.css
yeshpanovrustem's picture
Upload style.css
50337de
raw
history blame
375 Bytes
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
}