mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
fix print color to black, closes #3202
This commit is contained in:
parent
4f1f632a7d
commit
657c54efd4
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user