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

refactor(vars): create modes directory

This commit is contained in:
2023-03-04 16:53:06 +08:00
parent 5ee77990a6
commit 213ea5f44f
9 changed files with 15 additions and 14 deletions

View File

@ -1,5 +1,5 @@
code {
color: var(--xm-c-dark);
color: var(--xm-c-deep);
font-weight: 600;
font-size: .875rem;
font-family: var(--xm-font-mono);