Skip to content

Commit f7e212e

Browse files
authored
Merge pull request #2150 from proski/header-code-background
Don't use distinct background for code in headers when printing
2 parents 347e788 + 228538e commit f7e212e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/theme/css/print.css

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,6 @@
2222
overflow-y: initial;
2323
}
2424

25-
code {
26-
background-color: #666666;
27-
border-radius: 5px;
28-
29-
/* Force background to be printed in Chrome */
30-
-webkit-print-color-adjust: exact;
31-
}
32-
3325
pre > .buttons {
3426
z-index: 2;
3527
}

0 commit comments

Comments
 (0)