Add print-friendly styles on reports

This commit is contained in:
Gabriel Augendre 2022-04-27 20:25:09 +02:00
parent 26c0b08475
commit 6fc9522ca0

View file

@ -2,3 +2,13 @@ svg {
max-width: 100%;
height: auto;
}
@media print {
.navbar {
display: none;
}
a {
color: inherit;
text-decoration: none;
}
}