perf(ui): mute the marker in lists

This commit is contained in:
Cotes Chung 2023-03-24 02:19:37 +08:00
parent e38309f3bd
commit 0c80552d77
No known key found for this signature in database
GPG Key ID: 0D9E54843167A808
1 changed files with 4 additions and 0 deletions

View File

@ -534,6 +534,10 @@ i {
dl > dd {
margin-left: 1rem;
}
::marker {
color: var(--text-muted-color);
}
} /* .post-content */
.tag:hover {