24Sureshkumar commited on
Commit
5ca32ff
·
verified ·
1 Parent(s): ff0b74a

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +6 -17
style.css CHANGED
@@ -1,19 +1,8 @@
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
- }
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
  }