|
@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; |
|
} |
|
|