Refs #32018 -- Used --darkened-bg for <pre> elements.
This commit is contained in:
parent
77e0a35a10
commit
781acf0987
|
@ -239,7 +239,7 @@ code, pre {
|
|||
|
||||
pre.literal-block {
|
||||
margin: 10px;
|
||||
background: #eee;
|
||||
background: var(--darkened-bg);
|
||||
padding: 6px 8px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue