blog/resources/_gen/assets/sass/print.scss_fac971ac3b65f0ecfa10b7ccf117eb9b.content

28 lines
No EOL
460 B
Text

@media print {
.print-none,
.pager,
.mobile-nav,
aside,
nav,
footer {
display: none; } }
@media print {
html {
font-size: 12pt; }
html,
body,
.page {
background-color: white;
border-color: black;
box-shadow: none;
color: black; }
.main {
width: 100%; }
:link,
:visited {
text-decoration: underline; }
abbr[title]::after {
content: " (" attr(title) ")"; } }
/*# sourceMappingURL=print.css.map */