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;