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

fix(font): rename font constants

This commit is contained in:
2023-03-02 00:25:02 +08:00
parent 58d893bc24
commit a307ac8851
3 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
.markdown-body {
font-family: var(--xm-font-sans) !important;
font-family: var(--xm-font-regular) !important;
color: var(--xm-c-general);
pre {
&:not(.shiki, .highlight) {
@ -12,7 +12,7 @@
.highlight {
margin: .5rem 0;
font-size: 1.05rem;
font-family: var(--xm-font-mono) !important;
font-family: var(--xm-font-code) !important;
line-height: 1.4;
&.shiki-light {
background: var(--xm-c-shiki-light) !important;