Skip to content

Commit 0c80552

Browse files
committed
perf(ui): mute the marker in lists
1 parent e38309f commit 0c80552

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

_sass/addon/commons.scss

+4
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,10 @@ i {
534534
dl > dd {
535535
margin-left: 1rem;
536536
}
537+
538+
::marker {
539+
color: var(--text-muted-color);
540+
}
537541
} /* .post-content */
538542

539543
.tag:hover {

0 commit comments

Comments
 (0)