aboutsummaryrefslogtreecommitdiff
path: root/test/lhs-test.html+lhs
diff options
context:
space:
mode:
authorMarcin Serwin <[email protected]>2022-11-05 02:13:02 +0100
committerGitHub <[email protected]>2022-11-04 18:13:02 -0700
commit347fe4911569dcb5301ca29ff2adc31d961f44a1 (patch)
tree4b6d71878d538ad476e46ab208202ce711c19995 /test/lhs-test.html+lhs
parentaaac5eb7ecb96850093872c9c9607742936bebf3 (diff)
Change default background color of PDFs generated via HTML (#8422)
* Change default background color of PDFs generated via HTML * Update tests
Diffstat (limited to 'test/lhs-test.html+lhs')
-rw-r--r--test/lhs-test.html+lhs3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/lhs-test.html+lhs b/test/lhs-test.html+lhs
index f51f8d5bd..492fe2fa1 100644
--- a/test/lhs-test.html+lhs
+++ b/test/lhs-test.html+lhs
@@ -35,6 +35,9 @@
}
}
@media print {
+ html {
+ background-color: white;
+ }
body {
background-color: transparent;
color: black;