From f22fd7316295d6967fa3f45819e5e5d0a0bcd1a2 Mon Sep 17 00:00:00 2001 From: Scott Tolksdorf Date: Tue, 9 Aug 2016 13:37:35 -0400 Subject: [PATCH] trying to force backgroudn graphics --- client/homebrew/phbStyle/phb.style.less | 3 +++ phb.standalone.css | 3 +++ 2 files changed, 6 insertions(+) diff --git a/client/homebrew/phbStyle/phb.style.less b/client/homebrew/phbStyle/phb.style.less index 020c3b45a..a09676acf 100644 --- a/client/homebrew/phbStyle/phb.style.less +++ b/client/homebrew/phbStyle/phb.style.less @@ -14,6 +14,9 @@ body { counter-reset : phb-page-numbers; } +*{ + -webkit-print-color-adjust: exact; +} .useSansSerif(){ font-family : ScalySans; em{ diff --git a/phb.standalone.css b/phb.standalone.css index b8d2cab1e..3327cf453 100644 --- a/phb.standalone.css +++ b/phb.standalone.css @@ -202,6 +202,9 @@ table { body { counter-reset: phb-page-numbers; } +* { + -webkit-print-color-adjust: exact; +} .phb { column-count: 2; column-fill: auto;