Update style.css
Browse files
style.css
CHANGED
@@ -1,12 +1,9 @@
|
|
1 |
-
/* style.css */
|
2 |
@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@400;700&family=Hind+Madurai:wght@400;700&display=swap');
|
3 |
|
4 |
-
/* Apply Tamil font to specific elements */
|
5 |
body, .stTextArea>label, .stSlider>label, .stButton>button, .stSelectbox>label {
|
6 |
font-family: 'Catamaran', 'Hind Madurai', sans-serif !important;
|
7 |
}
|
8 |
|
9 |
-
/* Custom styling */
|
10 |
.stTextInput input, .stTextArea textarea {
|
11 |
border: 2px solid #4CAF50 !important;
|
12 |
}
|
@@ -19,4 +16,4 @@ body, .stTextArea>label, .stSlider>label, .stButton>button, .stSelectbox>label {
|
|
19 |
|
20 |
.stSlider>div>div>div>div {
|
21 |
background-color: #4CAF50 !important;
|
22 |
-
}
|
|
|
|
|
1 |
@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@400;700&family=Hind+Madurai:wght@400;700&display=swap');
|
2 |
|
|
|
3 |
body, .stTextArea>label, .stSlider>label, .stButton>button, .stSelectbox>label {
|
4 |
font-family: 'Catamaran', 'Hind Madurai', sans-serif !important;
|
5 |
}
|
6 |
|
|
|
7 |
.stTextInput input, .stTextArea textarea {
|
8 |
border: 2px solid #4CAF50 !important;
|
9 |
}
|
|
|
16 |
|
17 |
.stSlider>div>div>div>div {
|
18 |
background-color: #4CAF50 !important;
|
19 |
+
}
|