namelessai commited on
Commit
2f3316c
·
verified ·
1 Parent(s): 06919fc

Fix some bad contrast

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -124,9 +124,13 @@ def sync_convert(url, wait_time, progress=gr.Progress()):
124
  custom_css = """
125
  #status_box {
126
  border-left: 4px solid #10b981;
127
- background-color: #f0fdf4;
128
  padding: 15px;
129
  border-radius: 8px;
 
 
 
 
130
  }
131
  .progress-container {
132
  margin: 20px 0;
 
124
  custom_css = """
125
  #status_box {
126
  border-left: 4px solid #10b981;
127
+ background-color: #1f2937;
128
  padding: 15px;
129
  border-radius: 8px;
130
+ color: #f9fafb;
131
+ }
132
+ #status_box * {
133
+ color: #f9fafb !important;
134
  }
135
  .progress-container {
136
  margin: 20px 0;