Merge pull request #2150 from proski/header-code-background

Don't use distinct background for code in headers when printing
This commit is contained in:
Eric Huss 2023-08-03 22:46:50 +00:00 committed by GitHub
commit f7e212ec9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,14 +22,6 @@
overflow-y: initial;
}
code {
background-color: #666666;
border-radius: 5px;
/* Force background to be printed in Chrome */
-webkit-print-color-adjust: exact;
}
pre > .buttons {
z-index: 2;
}