upd styles

This commit is contained in:
if 2023-03-22 19:32:33 +03:00
parent 07ebe8b291
commit a86eb208dc
3 changed files with 17 additions and 16 deletions

View File

@ -1,6 +1,6 @@
[theme] [theme]
primaryColor = "#FF4C29" primaryColor = "#0E8388"
backgroundColor = "#082032" backgroundColor = "#2C3333"
secondaryBackgroundColor = "#2C394B" secondaryBackgroundColor = "#2E4F4F"
textColor = "#E7F6F2" textColor = "#CBE4DE"
font = "monospace" font = "monospace"

23
chat.py
View File

@ -36,27 +36,28 @@ selected_lang = option_menu(
default_index=0, default_index=0,
orientation="horizontal", orientation="horizontal",
styles={ styles={
"container": {"padding": "0px", "container": {
"display": "grid", "padding": "0px",
"margin": "0!important", "display": "grid",
"background-color": "#23212c" "margin": "0!important",
}, "background-color": "#2C3333"
"icon": {"color": "#8bff80", "font-size": "14px"}, },
"icon": {"color": "#CBE4DE", "font-size": "14px"},
"nav-link": { "nav-link": {
"font-size": "14px", "font-size": "14px",
"text-align": "center", "text-align": "center",
"margin": "auto", "margin": "auto",
"background-color": "#23212c", "background-color": "#2C3333",
"height": "30px", "height": "30px",
"width": "13rem", "width": "13rem",
"color": "#7970a9", "color": "#CBE4DE",
"border-radius": "5px" "border-radius": "5px"
}, },
"nav-link-selected": { "nav-link-selected": {
"background-color": "#454158", "background-color": "#2E4F4F",
"font-weight": "300", "font-weight": "300",
"color": "#f7f8f2", "color": "#f5f5f5",
"border": "1px solid #fe80bf" "border": "1px solid #0E8388"
} }
} }
) )

View File

@ -4,7 +4,7 @@ a {
} }
.block-container { .block-container {
padding: 32px 16px 96px 16px; padding: 0 16px 96px 16px;
} }
a:hover { a:hover {