mirror of
https://github.com/Wonderfall/hugo-WonderMod.git
synced 2024-11-22 02:21:37 +01:00
fix : highlight inside list don't stick right
This commit is contained in:
parent
083ffd37b5
commit
f85f1573ee
@ -151,6 +151,10 @@
|
|||||||
border-radius: var(--radius);
|
border-radius: var(--radius);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.post-content li>.highlight {
|
||||||
|
margin-right: 0
|
||||||
|
}
|
||||||
|
|
||||||
.post-content ul pre {
|
.post-content ul pre {
|
||||||
margin-left: calc(var(--gap) * -2);
|
margin-left: calc(var(--gap) * -2);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user