forked from I2P_Developers/i2p.i2p
disable high-contrast mode on browsers where it is possible
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -8906,5 +8906,11 @@ th.options {
|
||||
}
|
||||
}
|
||||
|
||||
* {
|
||||
forced-color-adjust: none;
|
||||
-ms-high-contrast-adjust: none;
|
||||
high-contrast-adjust: none;
|
||||
}
|
||||
|
||||
|
||||
/* end chrome overrides */
|
||||
|
||||
Reference in New Issue
Block a user