trwnh.com/unified.test.hugo/assets/styles/print.scss
2024-10-05 01:27:07 -05:00

22 lines
No EOL
306 B
SCSS

@import "common";
#search-form,
.header-nav,
.docs-nav,
.site-footer,
.edit-link,
.footnote-backref,
.heading__anchor-link,
.section-nav
{
display: none;
}
.page-header {padding: 0;}
.page abbr[title]::after {
content: " (" attr(title) ") ";
}
a[href^="http"]:after {
content: " (" attr(href) ") ";
}