Update pages/3_Terminology.py
Browse files- pages/3_Terminology.py +4 -5
pages/3_Terminology.py
CHANGED
|
@@ -27,23 +27,22 @@ st.markdown(
|
|
| 27 |
animation: fadeIn 2s ease-in-out;
|
| 28 |
}
|
| 29 |
|
| 30 |
-
/* Style for headers */
|
| 31 |
h2 {
|
| 32 |
-
color:
|
| 33 |
font-family: 'Roboto', sans-serif;
|
| 34 |
font-weight: 600;
|
| 35 |
margin-top: 30px;
|
| 36 |
}
|
| 37 |
|
| 38 |
-
|
| 39 |
-
h3 {
|
| 40 |
color: green;
|
| 41 |
font-family: 'Roboto', sans-serif;
|
| 42 |
font-weight: 500;
|
| 43 |
margin-top: 20px;
|
| 44 |
}
|
|
|
|
| 45 |
.custom-subheader {
|
| 46 |
-
color:
|
| 47 |
font-family: 'Roboto', sans-serif;
|
| 48 |
font-weight: 600;
|
| 49 |
margin-bottom: 15px;
|
|
|
|
| 27 |
animation: fadeIn 2s ease-in-out;
|
| 28 |
}
|
| 29 |
|
|
|
|
| 30 |
h2 {
|
| 31 |
+
color: red;
|
| 32 |
font-family: 'Roboto', sans-serif;
|
| 33 |
font-weight: 600;
|
| 34 |
margin-top: 30px;
|
| 35 |
}
|
| 36 |
|
| 37 |
+
h3 {
|
|
|
|
| 38 |
color: green;
|
| 39 |
font-family: 'Roboto', sans-serif;
|
| 40 |
font-weight: 500;
|
| 41 |
margin-top: 20px;
|
| 42 |
}
|
| 43 |
+
|
| 44 |
.custom-subheader {
|
| 45 |
+
color: violet;
|
| 46 |
font-family: 'Roboto', sans-serif;
|
| 47 |
font-weight: 600;
|
| 48 |
margin-bottom: 15px;
|