Update .streamlit/config.toml
Browse files- .streamlit/config.toml +4 -4
.streamlit/config.toml
CHANGED
@@ -4,15 +4,15 @@
|
|
4 |
primaryColor = "#48BB88"
|
5 |
|
6 |
# Background color for the main content area
|
7 |
-
backgroundColor = "#
|
8 |
|
9 |
# Background color for sidebar and most interactive widgets
|
10 |
-
secondaryBackgroundColor = "#
|
11 |
|
12 |
# Color used for almost all text
|
13 |
-
textColor = "#
|
14 |
|
15 |
# Font family for all text in the app, except code blocks
|
16 |
# Accepted values (serif | sans serif | monospace)
|
17 |
# Default: "sans serif"
|
18 |
-
font = "
|
|
|
4 |
primaryColor = "#48BB88"
|
5 |
|
6 |
# Background color for the main content area
|
7 |
+
backgroundColor = "#FFFFFF"
|
8 |
|
9 |
# Background color for sidebar and most interactive widgets
|
10 |
+
secondaryBackgroundColor = "#EOEGED"
|
11 |
|
12 |
# Color used for almost all text
|
13 |
+
textColor = "#375173"
|
14 |
|
15 |
# Font family for all text in the app, except code blocks
|
16 |
# Accepted values (serif | sans serif | monospace)
|
17 |
# Default: "sans serif"
|
18 |
+
font = "sans serif"
|