Skip to content

Commit

Permalink
feat(#9): ensure light theme for text readability
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasliebe committed Nov 13, 2023
1 parent 77b76fc commit 027a666
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .streamlit/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[theme]
base="light"
primaryColor="#B1063A"
backgroundColor="#F1F1F1"
secondaryBackgroundColor="#D4DADE"

0 comments on commit 027a666

Please sign in to comment.