adding some css fixes

This commit is contained in:
Kibi Kelburton 2021-12-11 20:07:11 +01:00
parent 73d9e8dd44
commit c36bbf6275
3 changed files with 4 additions and 1 deletions

View File

@ -110,4 +110,7 @@ https://github.com/matrix-org/matrix-react-sdk/blob/57fae019917bd309ef65e4599d06
.mx_textinput_icon.mx_textinput_search {
border: 1px solid rgba(64,68,75,.21176470588235294) !important;
}
.markdown-body blockquote, .markdown-body dl, .markdown-body ol, .markdown-body p, .markdown-body pre, .markdown-body table, .markdown-body ul {
margin-bottom: 0!important;
}

View File

@ -49,7 +49,7 @@
"accent": "#1fb2b0",
"primary-color": "#1fb2b0",
"warning-color": "#ff120c",
"alert": "#ff5050de",
"alert": "#ffb300de",
"sidebar-color": "#161618",
"roomlist-background-color": "#252525",