11 lines (10 loc) · 551 B
 1@media print {
 2  .site-header-outer, .footer, .post-nav, .post-toc { display: none !important; }
 3  body::after { display: none !important; } // paper grain
 4
 5  body { background: white !important; color: black !important; }
 6  .shell, .shell--narrow { max-width: 100% !important; padding: 0 !important; }
 7  a { color: black !important; text-decoration: underline !important; }
 8  pre, code { background: #f5f5f5 !important; border: 1px solid #ddd !important; }
 9  pre, blockquote, img { page-break-inside: avoid; }
10  h2, h3 { page-break-after: avoid; }
11}