Add a little for printing
This commit is contained in:
parent
cda752e2cf
commit
6e86da1af8
1 changed files with 20 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue