aryan79 commited on
Commit
a34f9ed
·
verified ·
1 Parent(s): 2a9f477

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -6
app.py CHANGED
@@ -139,14 +139,16 @@ h1, h2, p {
139
  color: #333 !important; /* Force dark color for examples and suggestions */
140
  }
141
 
142
- /* Targeting examples title specifically */
143
- .gradio-container .gr-examples-title, .gradio-container .gr-examples-btn, .gradio-container .gr-suggestions {
144
- color: #333 !important; /* Ensure examples title and suggestions are dark */
 
145
  }
146
 
147
- /* Styling for the suggestions area to ensure it's dark */
148
- .gradio-container .gr-suggestions {
149
- color: #333 !important; /* Ensure suggestions are visible in dark color */
 
150
  }
151
 
152
  /* For the example buttons as well */
 
139
  color: #333 !important; /* Force dark color for examples and suggestions */
140
  }
141
 
142
+ /* Force color for example title */
143
+ .gradio-container .gr-examples-title,
144
+ .gradio-container .gr-examples-btn {
145
+ color: #333 !important;
146
  }
147
 
148
+ /* Make sure example suggestions also have the right color */
149
+ .gradio-container .gr-examples-btn,
150
+ .gradio-container .gr-suggestions li {
151
+ color: #333 !important;
152
  }
153
 
154
  /* For the example buttons as well */