perf(ui): mute the marker in lists

This commit is contained in:
Cotes Chung
2023-05-13 02:05:32 +08:00
parent e38309f3bd
commit 0c80552d77
+4
View File
@@ -534,6 +534,10 @@ i {
dl > dd {
margin-left: 1rem;
}
::marker {
color: var(--text-muted-color);
}
} /* .post-content */
.tag:hover {