fix(typo): fix wrong CSS variable name
This commit is contained in:
parent
ca1ccd9b4b
commit
3db644fa05
|
@ -5,7 +5,7 @@ q {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
border-color: var(--xm-c-blockquote-color);
|
border-color: var(--xm-c-blockquote-border);
|
||||||
border-left-width: .25rem;
|
border-left-width: .25rem;
|
||||||
quotes: '\201C''\201D''\2018''\2019';
|
quotes: '\201C''\201D''\2018''\2019';
|
||||||
margin-bottom: 1.6rem;
|
margin-bottom: 1.6rem;
|
||||||
|
|
Loading…
Reference in New Issue