Skip to content

Commit

Permalink
perf(ui): mute the marker in lists
Browse files Browse the repository at this point in the history
  • Loading branch information
cotes2020 committed May 12, 2023
1 parent e38309f commit 0c80552
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _sass/addon/commons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,10 @@ i {
dl > dd {
margin-left: 1rem;
}

::marker {
color: var(--text-muted-color);
}
} /* .post-content */

.tag:hover {
Expand Down

0 comments on commit 0c80552

Please sign in to comment.