mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-06-21 16:04:06 +00:00
Hide page background when printing
This commit is contained in:
parent
91acad0f7c
commit
73cf1bfdb3
@ -485,6 +485,11 @@ a.tw-tiddlylink-external:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media print {
|
@media print {
|
||||||
|
|
||||||
|
body.tw-body {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
.sidebar-header, .tw-topbar {
|
.sidebar-header, .tw-topbar {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user