fuck this. we sticking to latex
This commit is contained in:
parent
71fe791ef7
commit
0d9ecf1fb9
8 changed files with 130 additions and 12 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue