FEATURE: polish the style of li bullet

This commit is contained in:
FarseaSH 2024-07-16 21:11:58 +08:00
parent dff0a29698
commit fab2b100a8

View file

@ -277,6 +277,24 @@ $gray: #919EB1;
-webkit-font-smoothing: antialiased;
}
}
// ordered & unordered list style
ol li {
padding-left: 5px;
&::marker {
color: #919EB1;
}
}
ul li {
padding-left: 5px;
&::marker {
color: #919EB1;
}
}
}
.tag-div {