1
0

feat: add print styles

This commit is contained in:
kolaente
2022-06-02 23:00:21 +02:00
parent 1deb0a58bd
commit 6fc87e1515
10 changed files with 101 additions and 78 deletions

View File

@ -7,4 +7,5 @@
@import "form";
@import "link-share";
@import "loading";
@import "flatpickr";
@import "flatpickr";
@import 'helpers';

View File

@ -0,0 +1,5 @@
.d-print-none {
@media print {
display: none !important;
}
}

View File

@ -26,6 +26,10 @@
body {
background: var(--site-background);
min-height: 100vh;
@media print {
background: #fff;
}
}
h1,