This commit is contained in:
lottotto 2022-03-25 23:01:16 +09:00
parent a2e984afcf
commit 8b49d60f3e

View File

@ -192,7 +192,7 @@
display: none;
}
.post-content code {
.post-content code:not(.language-mermaid) {
margin: auto 4px;
padding: 4px 6px;
font-size: 0.78em;
@ -201,7 +201,7 @@
border-radius: 2px;
}
.post-content pre code {
.post-content pre code:not(.language-mermaid) {
display: block;
margin: auto 0;
padding: 10px;