Fix code block style inside "<ul>"
This commit is contained in:
parent
f6b107c399
commit
66c7b00718
1 changed files with 3 additions and 0 deletions
|
@ -389,6 +389,9 @@ img {
|
||||||
background: var(--hljs-bg) !important;
|
background: var(--hljs-bg) !important;
|
||||||
border-radius: var(--radius);
|
border-radius: var(--radius);
|
||||||
}
|
}
|
||||||
|
.post-content ul pre {
|
||||||
|
margin-left: calc(var(--gap) * -2);
|
||||||
|
}
|
||||||
.post-content .highlight pre {
|
.post-content .highlight pre {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
|
|
Loading…
Reference in a new issue