diff options
| -rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index c0cc2bb2dd..7b17c58698 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -59,6 +59,7 @@ body {  	margin: 0;  	padding: 12px 0;  	word-wrap: break-word; +	-webkit-print-color-adjust: exact;  }  h1 { | 
