1
0
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:
Jermolene
2014-07-09 15:22:53 +01:00
parent 91acad0f7c
commit 73cf1bfdb3

View File

@@ -485,6 +485,11 @@ a.tw-tiddlylink-external:hover {
}
@media print {
body.tw-body {
background-color: transparent;
}
.sidebar-header, .tw-topbar {
display: none;
}