Skip to content

Commit d833c76

Browse files
committed
Add strikethrough and <hr> styles
1 parent 22bf6e7 commit d833c76

File tree

1 file changed

+6
-2
lines changed
  • src/skins/vector/css/matrix-react-sdk/views/elements

1 file changed

+6
-2
lines changed

src/skins/vector/css/matrix-react-sdk/views/elements/RichText.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
}
3131

3232
.mx_Markdown_HR {
33-
color: rgba(0, 0, 0, 0.5);
34-
text-decoration: #e7e7e7 double line-through;
33+
display: block;
34+
background: #e7e7e7;
35+
}
36+
37+
.mx_Markdown_STRIKETHROUGH {
38+
text-decoration: line-through;
3539
}

0 commit comments

Comments
 (0)