Skip to content

Instantly share code, notes, and snippets.

@miklb
Last active August 29, 2015 14:24
Show Gist options
  • Save miklb/5074a75bee4c210bb528 to your computer and use it in GitHub Desktop.
Save miklb/5074a75bee4c210bb528 to your computer and use it in GitHub Desktop.
Using background image so can export from Marked app to PDF
@media print {
body.custom {
background-color: #fff;
background-image: url('http:/miklb.com/grid_paper_blue_lines.gif');
-webkit-font-smoothing:antialiased;
font:normal .8764em/1.5em Arial,Verdana,sans-serif;
margin:100px;
}
#wrapper {
background: transparent !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment