24Sureshkumar's picture
Update style.css
7d63cce verified
raw
history blame
556 Bytes
@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@400;700&family=Hind+Madurai:wght@400;700&display=swap');
body, .stTextArea>label, .stSlider>label, .stButton>button, .stSelectbox>label {
font-family: 'Catamaran', 'Hind Madurai', sans-serif !important;
}
.stTextInput input, .stTextArea textarea {
border: 2px solid #4CAF50 !important;
}
.stButton>button {
background-color: #4CAF50 !important;
color: white !important;
font-weight: bold;
}
.stSlider>div>div>div>div {
background-color: #4CAF50 !important;
}