fix print color to black, closes #3202

This commit is contained in:
zadam 2022-10-20 22:31:08 +02:00
parent c11cf41f30
commit 63eb22c7ac

View file

@ -1,5 +1,10 @@
@media print
{
html body {
/* https://github.com/zadam/trilium/issues/3202 */
color: black;
}
.no-print, .no-print *
{
display: none !important;
@ -8,4 +13,4 @@
.relation-map-wrapper {
height: 100vh !important;
}
}
}