mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-02-15 04:11:18 -08:00
Hide page background when printing
This commit is contained in:
parent
91acad0f7c
commit
73cf1bfdb3
1 changed files with 5 additions and 0 deletions
|
|
@ -485,6 +485,11 @@ a.tw-tiddlylink-external:hover {
|
|||
}
|
||||
|
||||
@media print {
|
||||
|
||||
body.tw-body {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.sidebar-header, .tw-topbar {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue