1
0
mirror of https://github.com/BBaoVanC/bobatheme.git synced 2025-04-06 18:14:02 -05:00

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

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