fix(blockquote): fix incorrect border configuration
This commit is contained in:
parent
6616b76811
commit
e2aeb767cd
|
@ -6,8 +6,7 @@ q {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
border-color: var(--xm-c-blockquote-border);
|
border-left: .25rem solid var(--xm-c-blockquote-border);
|
||||||
border-left-width: .25rem;
|
|
||||||
quotes: '\201C''\201D''\2018''\2019';
|
quotes: '\201C''\201D''\2018''\2019';
|
||||||
p {
|
p {
|
||||||
&:first-of-type::before {
|
&:first-of-type::before {
|
||||||
|
|
Loading…
Reference in New Issue