mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
Fix code block style inside "<ul>"
This commit is contained in:
parent
f6b107c399
commit
66c7b00718
@ -389,6 +389,9 @@ img {
|
||||
background: var(--hljs-bg) !important;
|
||||
border-radius: var(--radius);
|
||||
}
|
||||
.post-content ul pre {
|
||||
margin-left: calc(var(--gap) * -2);
|
||||
}
|
||||
.post-content .highlight pre {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user