1
0
mirror of https://github.com/kuohuanhuan/x-markdown-css.git synced 2024-11-25 06:18:19 +00:00

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

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;