mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +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);
|
||||
}
|
||||
|
||||
.post-content li>.highlight {
|
||||
margin-right: 0
|
||||
}
|
||||
|
||||
.post-content ul pre {
|
||||
margin-left: calc(var(--gap) * -2);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user