mirror of
https://github.com/zadam/trilium.git
synced 2025-01-14 11:08:02 +08:00
fix print color to black, closes #3202
This commit is contained in:
parent
c11cf41f30
commit
63eb22c7ac
1 changed files with 6 additions and 1 deletions
|
@ -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…
Reference in a new issue