Skip to content

Commit 1a6b037

Browse files
committed
Print page adjustment for polish
1 parent db5d7b0 commit 1a6b037

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/styles/modules/monsterprintpage.module.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,21 @@ blockquote {
7676
/* width: 100%; */
7777
}
7878

79+
hr { print-color-adjust: exact !important; }
80+
a { all: unset; }
81+
a:hover { text-decoration: underline; }
82+
p.f b { color: var(--color-add2_01); }
83+
7984
@media print {
8085
div.top-header {
8186
/* position: fixed;
8287
top: 0; */
8388
/* margin-bottom: 108px; */
8489
}
8590

91+
/* From Ko-fi comment */
92+
p { break-inside: avoid-page; }
93+
8694
@page {
8795
margin-top: 7mm;
8896
}

0 commit comments

Comments
 (0)