Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

Commit

Permalink
Fix #97
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Maupetit committed Apr 11, 2016
1 parent e5250b0 commit d7d1679
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/scss/_print.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,9 @@
pre {
font-size: 10pt;

code {
& > code {
margin: 0 !important;
background: transparent !important;
}
}

Expand Down
2 changes: 1 addition & 1 deletion app/scss/_settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ $header-font-family: 'LatoLatin', $common-font-family;

// Typography
$code-font-family: Consolas, 'Liberation Mono', Courier, monospace;
$code-background: transparent;
$code-border: 0;
$code-padding: 0;
$print-transparent-backgrounds: false;

// Callout
$callout-radius: 0;
Expand Down

0 comments on commit d7d1679

Please sign in to comment.