a11y.css icon indicating copy to clipboard operation
a11y.css copied to clipboard

High Contrasts

Open ffoodd opened this issue 6 years ago • 0 comments

Handling Windows High Contrast Mode should be pretty easy:

  • [ ] use -ms-high-contrast: active to override levels' colors with system colors (see Greg Whitworth's post on "How to use ms-high-contrast"
  • [ ] change or remove website's background-color (overriden to black, in the screenshot), since with background-image it gets very noisy;
  • [ ] use system colors for logo, too :)

Here is a screenshot: Clipboard03

ffoodd avatar Jan 10 '20 09:01 ffoodd