fix(code): fix incorrect `font-family` value
This commit is contained in:
parent
af46b8e083
commit
941e73a889
src/scss/_partial
|
@ -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: '`';
|
||||
|
|
Loading…
Reference in New Issue