multimodalart HF Staff commited on
Commit
ab43ca8
·
verified ·
1 Parent(s): 96c593c

fix: dark-mode text color override for Citrus theme

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -197,6 +197,7 @@ def edit_video(
197
  # --------------------------------------------------------------------------- ui
198
  CSS = """
199
  #col-container { max-width: 1180px; margin: 0 auto; }
 
200
  """
201
 
202
  EXAMPLES = [
 
197
  # --------------------------------------------------------------------------- ui
198
  CSS = """
199
  #col-container { max-width: 1180px; margin: 0 auto; }
200
+ .dark .gradio-container { color: var(--body-text-color); }
201
  """
202
 
203
  EXAMPLES = [