We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db5d7b0 commit 1a6b037Copy full SHA for 1a6b037
1 file changed
src/styles/modules/monsterprintpage.module.css
@@ -76,13 +76,21 @@ blockquote {
76
/* width: 100%; */
77
}
78
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
+
84
@media print {
85
div.top-header {
86
/* position: fixed;
87
top: 0; */
88
/* margin-bottom: 108px; */
89
90
91
+ /* From Ko-fi comment */
92
+ p { break-inside: avoid-page; }
93
94
@page {
95
margin-top: 7mm;
96
0 commit comments