Skip to content

Commit

Permalink
feat(typography): optimize styles
Browse files Browse the repository at this point in the history
  • Loading branch information
memset0 committed Oct 29, 2024
1 parent 5e5f222 commit 8f0a747
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/style/typography-extend.less
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,12 @@
color: red;
}
&:before {
color: #a0a0a0;
color: #808080;
transition: color @theme-transitions-duration-shorter @mdui-timing-fuction;
-webkit-text-stroke: 0.05em white;
}
&:hover:before {
color: @theme-color-main;
// -webkit-text-stroke: 0.5em #ccc;
}
}
}
Expand All @@ -140,7 +140,7 @@
// 缩进微调
ul,
ol {
padding-left: @paragraph-distance * 3;
padding-left: @paragraph-distance * 3.2;
}
li > ul,
li > ol {
Expand Down

0 comments on commit 8f0a747

Please sign in to comment.