style(vars): rename `$blockquote-border` to `$quote-border`

This commit is contained in:
郭桓桓 2023-03-02 20:25:23 +08:00
parent c2bd2cb722
commit 29b45f6a7f
Signed by: kuohuanhuan
GPG Key ID: FD846A0A797B0D75
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ q {
margin-top: 1.65rem;
margin-bottom: 1.65rem;
padding-left: 1rem;
border-left: .25rem solid var(--xm-c-blockquote-border);
border-left: .25rem solid var(--xm-c-quote-border);
color: inherit;
font-weight: 500;
font-style: italic;

View File

@ -5,7 +5,7 @@ $code: #111827;
$ol-counter: #6b7280;
$ul-counter: #d1d5db;
$hr-border: hsla(0deg 0 50% / .3);
$blockquote-border: hsla(0deg 0 50% / .3);
$quote-border: hsla(0deg 0 50% / .3);
$figcaption: #6b7280;
$pre: #e5e7eb;
$thead: #111827;