Hide print.css background, since it looks bad in the appendix during report generation

This commit is contained in:
Starbeamrainbowlabs 2019-09-06 11:43:47 +01:00
parent b19114ccf3
commit 626bf616b9
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ body
{
font-family: sans-serif; /* Serif is awful :( */
background: #f3f3f3; /* Don't forget to update the @page one too for pages media */
/* background: #f3f3f3; */ /* Don't forget to update the @page one too for pages media */
color: #232323;
}
@ -30,7 +30,7 @@ title { string-set: page-title content(text); }
/* Special tweaks for paged media (e.g. PDFs) */
@page {
font-family: sans-serif;
background: #f3f3f3; /* Set the background colour to cover the whole page */
/* background: #f3f3f3; */ /* Set the background colour to cover the whole page */
@top-right {
content: "By ***REMOVED*** ***REMOVED***";