disable high-contrast mode on browsers where it is possible

This commit is contained in:
idk
2022-04-07 22:36:09 -04:00
parent b19998c072
commit ec72f3cdf6
2 changed files with 12 additions and 0 deletions

View File

@@ -8484,3 +8484,9 @@ table#externali2cp th {
letter-spacing: 0 !important;
word-spacing: 0 !important;
}
* {
forced-color-adjust: none;
-ms-high-contrast-adjust: none;
high-contrast-adjust: none;
}

View File

@@ -8906,5 +8906,11 @@ th.options {
}
}
* {
forced-color-adjust: none;
-ms-high-contrast-adjust: none;
high-contrast-adjust: none;
}
/* end chrome overrides */