Update app.py
Browse files
app.py
CHANGED
@@ -132,7 +132,7 @@ body {
|
|
132 |
font-family: Arial, sans-serif;
|
133 |
background-color: #f0f2f5;
|
134 |
}
|
135 |
-
h1, h2, p, .container .examples {
|
136 |
color: #333; /* Darker color for better visibility */
|
137 |
}
|
138 |
.container {
|
|
|
132 |
font-family: Arial, sans-serif;
|
133 |
background-color: #f0f2f5;
|
134 |
}
|
135 |
+
h1, h2, p, .container .examples, .container .examples li, .suggestions {
|
136 |
color: #333; /* Darker color for better visibility */
|
137 |
}
|
138 |
.container {
|