1
0
mirror of https://github.com/kuohuanhuan/x-markdown-css.git synced 2024-11-25 06:18:19 +00:00

refactor(vars): rename $font-monospace to $font-mono

This commit is contained in:
2023-02-28 19:52:39 +08:00
parent abca0765ca
commit 945b2facaf
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
.highlight {
margin: .5rem 0;
font-size: 1.05rem;
font-family: var(--xm-font-monospace) !important;
font-family: var(--xm-font-mono) !important;
line-height: 1.4;
&.shiki-light {
background: var(--xm-c-shiki-light) !important;