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
1 changed files with 1 additions and 1 deletions

View File

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