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

refactor(_partial): sepreate SCSS files into several partials

This commit is contained in:
2023-02-28 23:14:32 +08:00
parent 1bb7e502ac
commit d95065f5d2
11 changed files with 279 additions and 264 deletions

View File

@ -0,0 +1,14 @@
p {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
}
strong {
font-weight: 600;
color: var(--xm-c-dark);
}
b {
color: var(--xm-c-dark);
}
em {
color: inherit;
}