Skip to content

Commit e5f622d

Browse files
committed
style: Modify markdown styles.
1 parent 93a8efc commit e5f622d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/styles/markdown.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
margin-top: 0;
9393
list-style: initial;
9494
}
95-
blockquote {
95+
> blockquote, > blockquote blockquote {
9696
margin: 0;
9797
border-left: .25em solid #dfe2e5;
9898
color: #6a737d;
@@ -112,7 +112,7 @@
112112
height: 1px;
113113
}
114114

115-
table {
115+
> table, > blockquote table {
116116
display: block;
117117
overflow: auto;
118118
width: 100%;

0 commit comments

Comments
 (0)