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

refactor(fonts)!: add font-code to let managing code fonts more flexible

This commit is contained in:
2023-03-04 17:19:15 +08:00
parent 213ea5f44f
commit a365317c85
4 changed files with 7 additions and 2 deletions

View File

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