mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-12-18 05:41:31 +00:00
perf(ui): mute the marker in lists
This commit is contained in:
@@ -534,6 +534,10 @@ i {
|
||||
dl > dd {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
|
||||
::marker {
|
||||
color: var(--text-muted-color);
|
||||
}
|
||||
} /* .post-content */
|
||||
|
||||
.tag:hover {
|
||||
|
||||
Reference in New Issue
Block a user