fix(codeblock): margin of no highlight codeblock

This commit fix the wrong margin value of the codeblock which
can not highlight.

The margin is now use the value of ".article-content pre"

Signed-off-by: cubercsl <2014cais01@gmail.com>
This commit is contained in:
cubercsl 2022-11-01 20:11:53 +08:00
parent 9f042524a9
commit 3fe638f2c3
No known key found for this signature in database
GPG Key ID: 45C64B19E9161E41

View File

@ -342,6 +342,10 @@
font-size: 14px;
font-weight: bold;
}
pre {
margin: 0;
}
}
.table-wrapper {