culinary.kemonine.info/themes/hugo-recipes/assets/scss/print.scss

16 lines
154 B
SCSS

@media print {
a[href] {
text-decoration: none;
color: black;
}
footer,
.taglist {
display: none;
}
body {
margin: 0;
}
}