mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 03:36:07 +03:00
Style markdown quotes
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
248a758ad6
commit
c6df7e4e41
1 changed files with 6 additions and 0 deletions
|
@ -573,6 +573,12 @@ $hover-select-border: 4px;
|
|||
color: $accent-color-alt;
|
||||
}
|
||||
|
||||
.mx_EventTile_content .markdown-body blockquote {
|
||||
border-left: 2px solid $blockquote-bar-color;
|
||||
border-radius: 2px;
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
.mx_EventTile_content .markdown-body .hljs {
|
||||
display: inline !important;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue