Spaces:
Running
Running
Update .streamlit/config.toml
Browse files- .streamlit/config.toml +4 -4
.streamlit/config.toml
CHANGED
@@ -8,16 +8,16 @@
|
|
8 |
|
9 |
[theme]
|
10 |
primaryColor = "#bb5a38"
|
11 |
-
backgroundColor = "
|
12 |
secondaryBackgroundColor = "#ecebe3"
|
13 |
textColor = "#3d3a2a"
|
14 |
linkColor = "#3d3a2a"
|
15 |
borderColor = "#d3d2ca"
|
16 |
showWidgetBorder = true
|
17 |
baseRadius = "0.6rem"
|
18 |
-
font = "
|
19 |
-
headingFont = "SpaceGroteskHeader"
|
20 |
-
codeFont = "SpaceMono"
|
21 |
codeBackgroundColor = "#ecebe4"
|
22 |
showSidebarBorder = true
|
23 |
|
|
|
8 |
|
9 |
[theme]
|
10 |
primaryColor = "#bb5a38"
|
11 |
+
backgroundColor = "white"
|
12 |
secondaryBackgroundColor = "#ecebe3"
|
13 |
textColor = "#3d3a2a"
|
14 |
linkColor = "#3d3a2a"
|
15 |
borderColor = "#d3d2ca"
|
16 |
showWidgetBorder = true
|
17 |
baseRadius = "0.6rem"
|
18 |
+
font = "monospace"
|
19 |
+
#headingFont = "SpaceGroteskHeader"
|
20 |
+
#codeFont = "SpaceMono"
|
21 |
codeBackgroundColor = "#ecebe4"
|
22 |
showSidebarBorder = true
|
23 |
|