mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-13 06:34:24 -04:00
fix : highlight inside list don't stick right
This commit is contained in:
parent
083ffd37b5
commit
f85f1573ee
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue