mirror of https://github.com/django/django.git
[3.2.x] Refs #32018 -- Used --darkened-bg for <pre> elements.
Backport of 781acf0987
from main
This commit is contained in:
parent
cd4dc4c3f1
commit
f8aeafe851
|
@ -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