1
0
mirror of https://github.com/django/django.git synced 2025-04-01 12:06:43 +00:00

Refs #32018 -- Used --darkened-bg for <pre> elements.

This commit is contained in:
Mariusz Felisiak 2021-03-09 18:34:25 +01:00 committed by GitHub
parent 77e0a35a10
commit 781acf0987
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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