aryan79 commited on
Commit
f54032d
·
verified ·
1 Parent(s): b564428

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -132,9 +132,12 @@ body {
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 {
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;