Is there a setting or a script API to switch the rendering of a particular document using high contrast theme behavior, manually? That is, to have no backgrounds and all colors (borders, text, etc.) using the default text color, as if one has switched to using a high contrast system theme.

Is the high contrast behavior achieved just by applying the following style rules:

* {
  background: none !important;
  color: initial !important;
  border-color: currentColor !important;
}

--
Stanimir
_______________________________________________
dev-tech-layout mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-layout

Reply via email to