forked from matrix/element-web
Add strikethrough and <hr> styles
This commit is contained in:
parent
22bf6e7969
commit
d833c7632d
|
@ -30,6 +30,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_Markdown_HR {
|
.mx_Markdown_HR {
|
||||||
color: rgba(0, 0, 0, 0.5);
|
display: block;
|
||||||
text-decoration: #e7e7e7 double line-through;
|
background: #e7e7e7;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mx_Markdown_STRIKETHROUGH {
|
||||||
|
text-decoration: line-through;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue