Skip to content

Commit 228538e

Browse files
committed
Don't use distinct background for code in headers when printing
Fixes #1933
1 parent ab2cb71 commit 228538e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/theme/css/print.css

-8
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)