mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 19:26:04 +03:00
Add strikethrough and <hr> styles
This commit is contained in:
parent
22bf6e7969
commit
d833c7632d
1 changed files with 6 additions and 2 deletions
|
@ -30,6 +30,10 @@
|
|||
}
|
||||
|
||||
.mx_Markdown_HR {
|
||||
color: rgba(0, 0, 0, 0.5);
|
||||
text-decoration: #e7e7e7 double line-through;
|
||||
display: block;
|
||||
background: #e7e7e7;
|
||||
}
|
||||
|
||||
.mx_Markdown_STRIKETHROUGH {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue