Update .streamlit/config.toml
Browse files- .streamlit/config.toml +3 -3
.streamlit/config.toml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
[theme]
|
2 |
-
primaryColor = "#
|
3 |
-
backgroundColor = "
|
4 |
secondaryBackgroundColor = "#586e75"
|
5 |
-
textColor = "#
|
6 |
font = "sans serif"
|
|
|
1 |
[theme]
|
2 |
+
primaryColor = "#375173"
|
3 |
+
backgroundColor = "##FFFFFF"
|
4 |
secondaryBackgroundColor = "#586e75"
|
5 |
+
textColor = "#262621"
|
6 |
font = "sans serif"
|