Keep background on print

Signed-off-by: Pascal Syma <pascal@syma.dev>
This commit is contained in:
2025-04-05 21:17:21 +02:00
parent 11087f943f
commit b244ad509d
+5
View File
@@ -10,6 +10,11 @@
display: none;
}
* {
-webkit-print-color-adjust: exact;
print-color-adjust: exact;
}
body {
background-color: white !important;
}