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 {
background: black;
padding: 1em;
}