diff --git a/.streamlit/config.toml b/.streamlit/config.toml index 54f749a..d10ebc7 100644 --- a/.streamlit/config.toml +++ b/.streamlit/config.toml @@ -1,6 +1,6 @@ [theme] -primaryColor = "#FF4C29" -backgroundColor = "#082032" -secondaryBackgroundColor = "#2C394B" -textColor = "#E7F6F2" +primaryColor = "#0E8388" +backgroundColor = "#2C3333" +secondaryBackgroundColor = "#2E4F4F" +textColor = "#CBE4DE" font = "monospace" diff --git a/chat.py b/chat.py index fa52d76..0edd80c 100644 --- a/chat.py +++ b/chat.py @@ -36,27 +36,28 @@ selected_lang = option_menu( default_index=0, orientation="horizontal", styles={ - "container": {"padding": "0px", - "display": "grid", - "margin": "0!important", - "background-color": "#23212c" - }, - "icon": {"color": "#8bff80", "font-size": "14px"}, + "container": { + "padding": "0px", + "display": "grid", + "margin": "0!important", + "background-color": "#2C3333" + }, + "icon": {"color": "#CBE4DE", "font-size": "14px"}, "nav-link": { "font-size": "14px", "text-align": "center", "margin": "auto", - "background-color": "#23212c", + "background-color": "#2C3333", "height": "30px", "width": "13rem", - "color": "#7970a9", + "color": "#CBE4DE", "border-radius": "5px" }, "nav-link-selected": { - "background-color": "#454158", + "background-color": "#2E4F4F", "font-weight": "300", - "color": "#f7f8f2", - "border": "1px solid #fe80bf" + "color": "#f5f5f5", + "border": "1px solid #0E8388" } } ) diff --git a/src/styles/.css b/src/styles/.css index 8941533..6d41bad 100644 --- a/src/styles/.css +++ b/src/styles/.css @@ -4,7 +4,7 @@ a { } .block-container { - padding: 32px 16px 96px 16px; + padding: 0 16px 96px 16px; } a:hover {