From 027a666be8511a2c9dcd4ef9df6105ab3069aae3 Mon Sep 17 00:00:00 2001 From: Lucas Liebe Date: Mon, 13 Nov 2023 17:35:51 +0900 Subject: [PATCH] feat(#9): ensure light theme for text readability --- .streamlit/config.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .streamlit/config.toml diff --git a/.streamlit/config.toml b/.streamlit/config.toml new file mode 100644 index 0000000..2a6bffe --- /dev/null +++ b/.streamlit/config.toml @@ -0,0 +1,5 @@ +[theme] +base="light" +primaryColor="#B1063A" +backgroundColor="#F1F1F1" +secondaryBackgroundColor="#D4DADE" \ No newline at end of file