mirror of
https://github.com/Hopiu/django.git
synced 2026-05-11 17:13:09 +00:00
Refs #32018 -- Used --darkened-bg for <pre> elements.
This commit is contained in:
parent
77e0a35a10
commit
781acf0987
1 changed files with 1 additions and 1 deletions
|
|
@ -239,7 +239,7 @@ code, pre {
|
|||
|
||||
pre.literal-block {
|
||||
margin: 10px;
|
||||
background: #eee;
|
||||
background: var(--darkened-bg);
|
||||
padding: 6px 8px;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue