Updated colors
Browse files- .streamlit/config.toml +4 -4
.streamlit/config.toml
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
[theme]
|
2 |
-
primaryColor="#
|
3 |
-
backgroundColor="#
|
4 |
-
secondaryBackgroundColor="#
|
5 |
-
textColor = "#
|
6 |
font="sans serif"
|
7 |
|
8 |
[server]
|
|
|
1 |
[theme]
|
2 |
+
primaryColor="#04045c"
|
3 |
+
backgroundColor="#ffffff"
|
4 |
+
secondaryBackgroundColor="#f1f2f6"
|
5 |
+
textColor = "#38343c"
|
6 |
font="sans serif"
|
7 |
|
8 |
[server]
|