Spaces:
Sleeping
Sleeping
John Graham Reynolds
commited on
Commit
·
85d3678
1
Parent(s):
09afc17
update colors
Browse files- .streamlit/config.toml +3 -3
.streamlit/config.toml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
[theme]
|
2 |
-
primaryColor="#
|
3 |
-
backgroundColor="#
|
4 |
-
secondaryBackgroundColor="#
|
5 |
textColor="#1B3139"
|
6 |
font="sans serif"
|
|
|
1 |
[theme]
|
2 |
+
primaryColor="#1F71AE"
|
3 |
+
backgroundColor="#E36B4B"
|
4 |
+
secondaryBackgroundColor="#1F71AE"
|
5 |
textColor="#1B3139"
|
6 |
font="sans serif"
|