mirror of
https://github.com/django/django.git
synced 2025-06-05 11:39:13 +00:00
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 {
|
pre.literal-block {
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
background: #eee;
|
background: var(--darkened-bg);
|
||||||
padding: 6px 8px;
|
padding: 6px 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user