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

style: unite and reorder CSS rules

This commit is contained in:
2023-03-02 20:05:26 +08:00
parent 32058aa5d3
commit f967cc6bad
13 changed files with 70 additions and 133 deletions

View File

@ -1,7 +1,7 @@
a {
color: var(--xm-c-darker);
font-weight: 500;
text-decoration: none;
color: var(--xm-c-darker);
code {
color: var(--xm-c-code);
}