From 0a586fde8262a166f0bbc90915312436931c1693 Mon Sep 17 00:00:00 2001 From: Dario Ernst Date: Mon, 6 Dec 2021 10:21:57 +0100 Subject: [PATCH] Unfilter print view --- .gitignore | 1 + themes/cookbook/layouts/_default/baseof.print.html | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f01a4e4..3cfe56e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ public/ pdf/ public/ +.hugo_build.lock diff --git a/themes/cookbook/layouts/_default/baseof.print.html b/themes/cookbook/layouts/_default/baseof.print.html index 16ce1b3..3f86866 100644 --- a/themes/cookbook/layouts/_default/baseof.print.html +++ b/themes/cookbook/layouts/_default/baseof.print.html @@ -83,7 +83,11 @@ url('../../fonts/nunito-v16-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ } - html { -webkit-print-color-adjust: exact; } + html { + -webkit-print-color-adjust: exact; + -webkit-filter: opacity(1) !important; + filter: opacity(1) !important; + } body { font-family: 'Nunito';