perf(ui): mute the marker in lists
This commit is contained in:
parent
e38309f3bd
commit
0c80552d77
1 changed files with 4 additions and 0 deletions
|
@ -534,6 +534,10 @@ i {
|
||||||
dl > dd {
|
dl > dd {
|
||||||
margin-left: 1rem;
|
margin-left: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::marker {
|
||||||
|
color: var(--text-muted-color);
|
||||||
|
}
|
||||||
} /* .post-content */
|
} /* .post-content */
|
||||||
|
|
||||||
.tag:hover {
|
.tag:hover {
|
||||||
|
|
Loading…
Reference in a new issue