[3.2.x] Refs #32018 -- Used --darkened-bg for <pre> elements.

Backport of 781acf0987 from main
This commit is contained in:
Mariusz Felisiak 2021-03-09 18:34:25 +01:00
parent cd4dc4c3f1
commit f8aeafe851
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ code, pre {
pre.literal-block {
margin: 10px;
background: #eee;
background: var(--darkened-bg);
padding: 6px 8px;
}