fix print color to black, closes #3202

This commit is contained in:
zadam 2022-10-20 22:31:08 +02:00
parent 4f1f632a7d
commit 657c54efd4

View File

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