diff --git a/scss/typography/_print.scss b/scss/typography/_print.scss index 716b2c9f99..cd8f8befc1 100644 --- a/scss/typography/_print.scss +++ b/scss/typography/_print.scss @@ -24,11 +24,11 @@ $print-hrefs: true !default; @if $print-transparent-backgrounds { background: transparent !important; color: black !important; // Black prints faster: h5bp.com/s - color-adjust: economy; + print-color-adjust: economy; } // Otherwise, prevent any economy by the browser. @else { - color-adjust: exact; + print-color-adjust: exact; } box-shadow: none !important;