fuck this. we sticking to latex

This commit is contained in:
BOT Alex 2025-02-13 11:56:05 +01:00
parent 71fe791ef7
commit 0d9ecf1fb9
8 changed files with 130 additions and 12 deletions

View file

@ -17,6 +17,17 @@
font-family: "CozetteVector";
}
@media print {
.hide-on-print {
display: none;
}
}
.include-in-print { &, & * {
-webkit-print-color-adjust:exact !important;
print-color-adjust:exact !important;
}}
html {
background: var(--background1);
}