mirror of
https://github.com/kuohuanhuan/x-markdown-css.git
synced 2024-11-25 06:18:19 +00:00
fix(blockquote): fix incorrect border configuration
This commit is contained in:
parent
6616b76811
commit
e2aeb767cd
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user