Skip to content

Commit

Permalink
Merge pull request #2150 from proski/header-code-background
Browse files Browse the repository at this point in the history
Don't use distinct background for code in headers when printing
  • Loading branch information
ehuss authored Aug 3, 2023
2 parents 347e788 + 228538e commit f7e212e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/theme/css/print.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit f7e212e

Please sign in to comment.