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:
8
src/scss/_partial/link.scss
Normal file
8
src/scss/_partial/link.scss
Normal file
@ -0,0 +1,8 @@
|
||||
a {
|
||||
font-weight: 500;
|
||||
text-decoration: none;
|
||||
color: var(--xm-c-darker);
|
||||
code {
|
||||
color: var(--xm-c-code);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user