fix(codeblock): fix the background color for <pre>
This commit is contained in:
parent
f3a490ba67
commit
22ed9f8cde
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user