Add strikethrough and <hr> styles

This commit is contained in:
Aviral Dasgupta 2016-09-08 02:47:31 +05:30
parent 22bf6e7969
commit d833c7632d

View file

@ -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;
}