Spaces:
Sleeping
Sleeping
Commit
·
e905e6f
1
Parent(s):
d6f7af2
Update .streamlit/config.toml
Browse files- .streamlit/config.toml +5 -5
.streamlit/config.toml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
[theme]
|
2 |
-
primaryColor =
|
3 |
-
backgroundColor =
|
4 |
-
secondaryBackgroundColor =
|
5 |
-
textColor =
|
6 |
-
font =
|
|
|
1 |
[theme]
|
2 |
+
primaryColor = '31c44c'
|
3 |
+
backgroundColor = '#F3F7F0'
|
4 |
+
secondaryBackgroundColor = '#97f0a6'
|
5 |
+
textColor = '#03080C'
|
6 |
+
font = 'sans-serif'
|