elmadany commited on
Commit
0231359
·
verified ·
1 Parent(s): 456abc6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -271,7 +271,8 @@ html.dark .content-card {
271
  }
272
 
273
  div[class*="gradio-container"] .prose * {
274
- color: #000;
 
275
  }
276
 
277
  """
 
271
  }
272
 
273
  div[class*="gradio-container"] .prose * {
274
+ color: #000 !important;
275
+ background-color: #fff !important;
276
  }
277
 
278
  """