ZhouChuYue commited on
Commit
3728ea4
·
1 Parent(s): bcfc941

fix: force radio group title text to black

Browse files
Files changed (1) hide show
  1. app.py +9 -0
app.py CHANGED
@@ -239,6 +239,15 @@ body {
239
  padding: 0 !important;
240
  }
241
 
 
 
 
 
 
 
 
 
 
242
  /* Info Text (Description) */
243
  span.description, .description {
244
  color: #000000 !important;
 
239
  padding: 0 !important;
240
  }
241
 
242
+ /* Radio group title (e.g., Difficulty Level) */
243
+ fieldset legend, fieldset legend span,
244
+ .gr-radio > label, .gr-radio > label span,
245
+ .gradio-container .label-wrap, .gradio-container .label-wrap span {
246
+ color: #000000 !important;
247
+ font-weight: 700 !important;
248
+ text-shadow: 0 0 2px #ffffff, 0 0 4px #ffffff !important;
249
+ }
250
+
251
  /* Info Text (Description) */
252
  span.description, .description {
253
  color: #000000 !important;