Skip to content

Commit

Permalink
[3.2.x] Refs #32018 -- Used --darkened-bg for <pre> elements.
Browse files Browse the repository at this point in the history
Backport of 781acf0 from main
  • Loading branch information
felixxm committed Mar 9, 2021
1 parent cd4dc4c commit f8aeafe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/contrib/admin/static/admin/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ code, pre {

pre.literal-block {
margin: 10px;
background: #eee;
background: var(--darkened-bg);
padding: 6px 8px;
}

Expand Down

0 comments on commit f8aeafe

Please sign in to comment.