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
c11cf41f30
commit
63eb22c7ac
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user