DOMMETI commited on
Commit
ddd67a0
·
verified ·
1 Parent(s): a05fe41

Update Home.py

Browse files
Files changed (1) hide show
  1. Home.py +4 -2
Home.py CHANGED
@@ -15,8 +15,10 @@ st.markdown("""
15
  }
16
 
17
  h1, h2, h3 {
18
- text-align: center;
19
- text-shadow: 0px 0px 10px rgba(0, 255, 255, 0.8);
 
 
20
  }
21
 
22
  .custom-subheader {
 
15
  }
16
 
17
  h1, h2, h3 {
18
+ color: #00FFFF;
19
+ font-family: 'Roboto', sans-serif;
20
+ font-weight: 600;
21
+ margin-bottom: 15px;
22
  }
23
 
24
  .custom-subheader {