upd styles
This commit is contained in:
parent
07ebe8b291
commit
a86eb208dc
@ -1,6 +1,6 @@
|
||||
[theme]
|
||||
primaryColor = "#FF4C29"
|
||||
backgroundColor = "#082032"
|
||||
secondaryBackgroundColor = "#2C394B"
|
||||
textColor = "#E7F6F2"
|
||||
primaryColor = "#0E8388"
|
||||
backgroundColor = "#2C3333"
|
||||
secondaryBackgroundColor = "#2E4F4F"
|
||||
textColor = "#CBE4DE"
|
||||
font = "monospace"
|
||||
|
17
chat.py
17
chat.py
@ -36,27 +36,28 @@ selected_lang = option_menu(
|
||||
default_index=0,
|
||||
orientation="horizontal",
|
||||
styles={
|
||||
"container": {"padding": "0px",
|
||||
"container": {
|
||||
"padding": "0px",
|
||||
"display": "grid",
|
||||
"margin": "0!important",
|
||||
"background-color": "#23212c"
|
||||
"background-color": "#2C3333"
|
||||
},
|
||||
"icon": {"color": "#8bff80", "font-size": "14px"},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
)
|
||||
|
@ -4,7 +4,7 @@ a {
|
||||
}
|
||||
|
||||
.block-container {
|
||||
padding: 32px 16px 96px 16px;
|
||||
padding: 0 16px 96px 16px;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
|
Loading…
Reference in New Issue
Block a user