mirror of
https://github.com/kuohuanhuan/x-markdown-css.git
synced 2024-11-25 06:18:19 +00:00
15 lines
171 B
SCSS
15 lines
171 B
SCSS
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;
|
|
}
|