Junaidb commited on
Commit
916aadf
·
verified ·
1 Parent(s): 387dd7e

Update .streamlit/config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +4 -4
.streamlit/config.toml CHANGED
@@ -8,16 +8,16 @@
8
 
9
  [theme]
10
  primaryColor = "#bb5a38"
11
- backgroundColor = "#f4f3ed"
12
  secondaryBackgroundColor = "#ecebe3"
13
  textColor = "#3d3a2a"
14
  linkColor = "#3d3a2a"
15
  borderColor = "#d3d2ca"
16
  showWidgetBorder = true
17
  baseRadius = "0.6rem"
18
- font = "SpaceGrotesk"
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