Files
SCDocs/themes/hugo-book/assets/_print.scss
JamesFlare1212 c6ca9d6524 hugo-book
2023-04-26 22:19:59 +08:00

18 lines
260 B
SCSS

@media print {
.book-menu,
.book-footer,
.book-toc {
display: none;
}
.book-header,
.book-header aside {
display: block;
}
main {
// Fix for https://bugzilla.mozilla.org/show_bug.cgi?id=939897
display: block !important;
}
}