Update .streamlit/config.toml
Browse files- .streamlit/config.toml +2 -1
.streamlit/config.toml
CHANGED
@@ -4,6 +4,7 @@ enableStaticServing = true
|
|
4 |
[theme]
|
5 |
primaryColor = '#3f85e0'
|
6 |
backgroundColor = '#1c1f25'
|
7 |
-
secondaryBackgroundColor = '#
|
8 |
textColor = '#3f85e0'
|
|
|
9 |
font = "monospace"
|
|
|
4 |
[theme]
|
5 |
primaryColor = '#3f85e0'
|
6 |
backgroundColor = '#1c1f25'
|
7 |
+
secondaryBackgroundColor = '#3d4351'
|
8 |
textColor = '#3f85e0'
|
9 |
+
answerColor="#1c1f2"
|
10 |
font = "monospace"
|