mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-07-20 01:42:36 +02:00
fix : highlight inside list don't stick right
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user