fix(blockquote): fix incorrect border configuration

This commit is contained in:
郭桓桓 2023-03-01 20:22:34 +08:00
parent 6616b76811
commit e2aeb767cd
Signed by: kuohuanhuan
GPG Key ID: FD846A0A797B0D75
1 changed files with 1 additions and 2 deletions

View File

@ -6,8 +6,7 @@ q {
font-weight: 500;
font-style: italic;
color: inherit;
border-color: var(--xm-c-blockquote-border);
border-left-width: .25rem;
border-left: .25rem solid var(--xm-c-blockquote-border);
quotes: '\201C''\201D''\2018''\2019';
p {
&:first-of-type::before {