Don't use distinct background for code in headers when printing

Fixes #1933
This commit is contained in:
Pavel Roskin 2023-08-01 09:49:09 -07:00
parent ab2cb71c00
commit 228538ea62
1 changed files with 0 additions and 8 deletions

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;
}