alexkueck commited on
Commit
538f821
1 Parent(s): 331a0fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -510,6 +510,7 @@ def custom_css():
510
  return """
511
  body, html {
512
  background-color: #303030; /* Dunkler Hintergrund */
 
513
  }
514
  """
515
 
 
510
  return """
511
  body, html {
512
  background-color: #303030; /* Dunkler Hintergrund */
513
+ color:white;
514
  }
515
  """
516