fix(code): fix incorrect `font-family` value

This commit is contained in:
郭桓桓 2023-03-01 20:28:10 +08:00
parent af46b8e083
commit 941e73a889
Signed by: kuohuanhuan
GPG Key ID: FD846A0A797B0D75
1 changed files with 1 additions and 0 deletions
src/scss/_partial

View File

@ -1,6 +1,7 @@
code {
font-size: .85rem;
font-weight: 600;
font-family: var(--xm-font-mono);
color: var(--xm-c-dark);
&::before, &::after {
content: '`';