Add a little for printing

This commit is contained in:
Jade Ellis 2024-03-04 13:17:36 +00:00
parent cda752e2cf
commit 6e86da1af8

View file

@ -29,6 +29,26 @@
}
}
h2,
h3,
h4,
h5,
h6 {
break-after: avoid-page;
}
img,
svg,
table,
canvas {
break-inside: avoid;
}
@media print {
a::after {
content: " (" attr(href) ")";
}
}
html {
font-family: var(--font-family-base);