ZhouChuYue commited on
Commit
bfe4a0b
·
1 Parent(s): 9336643

fix: remove label background, add white text shadow for black text visibility

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -235,10 +235,9 @@ label span, .gr-form label span {
235
  font-weight: 700 !important;
236
  font-size: 1rem !important;
237
  margin-bottom: 0.5rem !important;
238
- text-shadow: none !important;
239
- background-color: rgba(255, 255, 255, 0.8) !important; /* Light background for readability */
240
- padding: 2px 6px !important;
241
- border-radius: 4px !important;
242
  }
243
 
244
  /* Inputs & Textareas - Dark Grey Background for Contrast */
 
235
  font-weight: 700 !important;
236
  font-size: 1rem !important;
237
  margin-bottom: 0.5rem !important;
238
+ text-shadow: 0 0 2px #ffffff, 0 0 4px #ffffff !important; /* White glow/outline for visibility */
239
+ background-color: transparent !important;
240
+ padding: 0 !important;
 
241
  }
242
 
243
  /* Inputs & Textareas - Dark Grey Background for Contrast */