color-adjust
A legacy property (deprecated in favor of 'print-color-adjust') that tells the browser whether it can override colors to save ink or improve readability when printing.
The web standards community has deprecated this feature. Browsers are actively phasing out support for it.
Syntax
/* Usage Example */
/* Deprecated: use print-color-adjust instead */
.print-header {
color-adjust: exact;
-webkit-print-color-adjust: exact;
}
/* Global values */
color-adjust: inherit;
color-adjust: initial;
color-adjust: revert;
color-adjust: revert-layer;
color-adjust: unset;
color-adjust Browser support
Limited availability
Since
2020 15% global usage
This feature is not Baseline because it does not work in some of the most widely-used browsers.
48+
15.4+