Add strikethrough and <hr> styles

pull/2082/head
Aviral Dasgupta 2016-09-08 02:47:31 +05:30
parent 22bf6e7969
commit d833c7632d
1 changed files with 6 additions and 2 deletions

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