Skip to content

Commit 1326b9d

Browse files
committed
fix: 修复markdown引用样式问题
1 parent 42e004c commit 1326b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/web/src/components/Markdown.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
}
3030

3131
blockquote {
32-
@apply px-2 text-gray-500 border-l-3 border-gray-500;
32+
@apply px-2 text-gray-500 border-l-4 border-gray-500;
3333
}
3434
}

0 commit comments

Comments
 (0)