Update style.css
Browse files
style.css
CHANGED
@@ -1,19 +1,8 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
}
|
6 |
-
|
7 |
-
|
8 |
-
border: 2px solid #4CAF50 !important;
|
9 |
-
}
|
10 |
-
|
11 |
-
.stButton>button {
|
12 |
-
background-color: #4CAF50 !important;
|
13 |
-
color: white !important;
|
14 |
-
font-weight: bold;
|
15 |
-
}
|
16 |
-
|
17 |
-
.stSlider>div>div>div>div {
|
18 |
-
background-color: #4CAF50 !important;
|
19 |
}
|
|
|
1 |
+
/* style.css */
|
2 |
+
body {
|
3 |
+
font-family: 'Noto Sans Tamil', sans-serif;
|
4 |
+
background-color: #f5f5f5;
|
5 |
}
|
6 |
+
h1 {
|
7 |
+
color: #4b0082;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
}
|