Spaces:
Sleeping
Sleeping
Update Home.py
Browse files
Home.py
CHANGED
|
@@ -15,8 +15,10 @@ st.markdown("""
|
|
| 15 |
}
|
| 16 |
|
| 17 |
h1, h2, h3 {
|
| 18 |
-
|
| 19 |
-
|
|
|
|
|
|
|
| 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 {
|