ZhouChuYue commited on
Commit
928f73d
·
1 Parent(s): 1b63bb6

fix: ensure description/info text is also black with white shadow

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py CHANGED
@@ -240,6 +240,14 @@ body {
240
  padding: 0 !important;
241
  }
242
 
 
 
 
 
 
 
 
 
243
  /* Fix Radio/Checkbox alignment & styling */
244
  fieldset label span {
245
  margin-bottom: 0 !important;
 
240
  padding: 0 !important;
241
  }
242
 
243
+ /* Info Text (Description) */
244
+ span.description {
245
+ color: #000000 !important;
246
+ font-weight: 600 !important;
247
+ text-shadow: 0 0 2px #ffffff !important;
248
+ opacity: 1 !important;
249
+ }
250
+
251
  /* Fix Radio/Checkbox alignment & styling */
252
  fieldset label span {
253
  margin-bottom: 0 !important;