fix(codeblock): fix the background color for <pre>

This commit is contained in:
Hanwen Guo 2023-01-02 18:02:56 +08:00
parent f3a490ba67
commit 22ed9f8cde

View File

@ -60,6 +60,7 @@ hr {
} }
pre { pre {
background: black;
padding: 1em; padding: 1em;
} }
@ -103,4 +104,4 @@ img {
figcaption { figcaption {
text-align: center; text-align: center;
opacity: 0.5; opacity: 0.5;
} }