mirror of
https://github.com/rust-lang/mdBook
synced 2025-03-04 15:17:11 +00:00
Don't use distinct background for code in headers when printing
Fixes #1933
This commit is contained in:
parent
ab2cb71c00
commit
228538ea62
1 changed files with 0 additions and 8 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue