Fix print background colors for browsers other than Firefox

This commit is contained in:
BBaoVanC 2021-11-19 16:13:38 -06:00
parent 217e54c1b5
commit b45551639c
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 2 additions and 1 deletions

View File

@ -566,7 +566,8 @@ li.disabled > .page-link:hover {
}
* {
color-adjust: exact;
-webkit-print-color-adjust: exact !important;
color-adjust: exact !important;
}
body {