Remove background on print

Signed-off-by: Pascal Syma <pascal@syma.dev>
This commit is contained in:
2025-04-01 16:12:16 +02:00
parent 4f8b7c62da
commit 11087f943f
+4
View File
@@ -10,6 +10,10 @@
display: none;
}
body {
background-color: white !important;
}
.page {
width: 100%;
grid-column: span 3 / span 3;