fix(typo): fix wrong CSS variable name

This commit is contained in:
郭桓桓 2023-03-01 19:50:23 +08:00
parent ca1ccd9b4b
commit 3db644fa05
Signed by: kuohuanhuan
GPG Key ID: FD846A0A797B0D75
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ q {
font-weight: 500;
font-style: italic;
color: inherit;
border-color: var(--xm-c-blockquote-color);
border-color: var(--xm-c-blockquote-border);
border-left-width: .25rem;
quotes: '\201C''\201D''\2018''\2019';
margin-bottom: 1.6rem;