Update app.py
Browse files
app.py
CHANGED
@@ -132,9 +132,12 @@ body {
|
|
132 |
font-family: Arial, sans-serif;
|
133 |
background-color: #f0f2f5;
|
134 |
}
|
135 |
-
h1, h2, p
|
136 |
color: #333; /* Darker color for better visibility */
|
137 |
}
|
|
|
|
|
|
|
138 |
.container {
|
139 |
max-width: 800px;
|
140 |
margin: 0 auto;
|
|
|
132 |
font-family: Arial, sans-serif;
|
133 |
background-color: #f0f2f5;
|
134 |
}
|
135 |
+
h1, h2, p {
|
136 |
color: #333; /* Darker color for better visibility */
|
137 |
}
|
138 |
+
.examples, .examples li, .suggestions, .examples-container {
|
139 |
+
color: #333 !important; /* Force dark color for examples and suggestions */
|
140 |
+
}
|
141 |
.container {
|
142 |
max-width: 800px;
|
143 |
margin: 0 auto;
|