mirror of
https://github.com/django/django.git
synced 2025-04-15 12:54:38 +00:00
[3.2.x] Refs #32018 -- Used --darkened-bg for <pre> elements.
Backport of 781acf0987d80b638057ed1203409e3a19944e3b 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…
x
Reference in New Issue
Block a user