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';