Spaces:
Sleeping
Sleeping
Update .streamlit/config.toml
Browse files- .streamlit/config.toml +2 -2
.streamlit/config.toml
CHANGED
|
@@ -8,13 +8,13 @@ base = "dark"
|
|
| 8 |
primaryColor = "#9999FF"
|
| 9 |
|
| 10 |
# Background color for the main content area.
|
| 11 |
-
backgroundColor = "#
|
| 12 |
|
| 13 |
# Background color used for the sidebar and most interactive widgets.
|
| 14 |
secondaryBackgroundColor = "#F7FBFD"
|
| 15 |
|
| 16 |
# Color used for almost all text.
|
| 17 |
-
textColor = "#
|
| 18 |
|
| 19 |
# Font family for all text in the app, except code blocks. One of "sans serif",
|
| 20 |
# "serif", or "monospace".
|
|
|
|
| 8 |
primaryColor = "#9999FF"
|
| 9 |
|
| 10 |
# Background color for the main content area.
|
| 11 |
+
backgroundColor = "#E9EBFB"
|
| 12 |
|
| 13 |
# Background color used for the sidebar and most interactive widgets.
|
| 14 |
secondaryBackgroundColor = "#F7FBFD"
|
| 15 |
|
| 16 |
# Color used for almost all text.
|
| 17 |
+
textColor = "#50104D"
|
| 18 |
|
| 19 |
# Font family for all text in the app, except code blocks. One of "sans serif",
|
| 20 |
# "serif", or "monospace".
|