Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -41,7 +41,7 @@ st.markdown("""
|
|
| 41 |
p {
|
| 42 |
font-family: 'Georgia', serif;
|
| 43 |
line-height: 1.8;
|
| 44 |
-
color: #
|
| 45 |
margin-bottom: 20px;
|
| 46 |
}
|
| 47 |
/* List styling with checkmark bullets */
|
|
|
|
| 41 |
p {
|
| 42 |
font-family: 'Georgia', serif;
|
| 43 |
line-height: 1.8;
|
| 44 |
+
color: #F0FFF0; /* Darker text color for better visibility */
|
| 45 |
margin-bottom: 20px;
|
| 46 |
}
|
| 47 |
/* List styling with checkmark bullets */
|