From: Sébastien LeBlanc Date: Sat, 18 Jun 2022 01:19:09 +0000 (-0400) Subject: Remplace color-adjust with the new print-color-adjust syntax X-Git-Tag: v6.7.5^2~21^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F12442%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Remplace color-adjust with the new print-color-adjust syntax --- diff --git a/scss/typography/_print.scss b/scss/typography/_print.scss index 716b2c9f9..cd8f8befc 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;