mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
Add a little for printing
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user