Update app.py
Browse files
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 |
|