lbeurerkellner commited on
Commit
2aa96b3
·
verified ·
1 Parent(s): 5bd928d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -324,6 +324,10 @@ css = """
324
  src: url("https://invariantlabs.ai/theme/NeueMontreal-Regular.otf") format("opentype");
325
  }
326
  footer {visibility: hidden}
 
 
 
 
327
  """
328
 
329
  recaptcha_html = (
 
324
  src: url("https://invariantlabs.ai/theme/NeueMontreal-Regular.otf") format("opentype");
325
  }
326
  footer {visibility: hidden}
327
+
328
+ body.dark {
329
+ --body-background-fill: transparent;
330
+ }
331
  """
332
 
333
  recaptcha_html = (