Print Styles
MiscImprove the look of your blog posts when being printed.
/* Print styles */ @media print { body { color: \#000; background: \#fff; } header { margin: 0 !important; } h1, h2, h3 { line-height: 1.3; } a { color: \#000 !important; text-decoration: none !important; } blockquote, code { margin: 0; padding: 0 1.5em; background: \#fff; border: none; } header img, .category_name, footer { display: none !important; } }