mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-31 01:48:02 +00:00
Hide page background when printing
This commit is contained in:
@@ -485,6 +485,11 @@ a.tw-tiddlylink-external:hover {
|
||||
}
|
||||
|
||||
@media print {
|
||||
|
||||
body.tw-body {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.sidebar-header, .tw-topbar {
|
||||
display: none;
|
||||
}
|
||||
|
Reference in New Issue
Block a user