Skip to content
This repository has been archived by the owner on Nov 19, 2021. It is now read-only.

Suggestion: Embedded color media queries (high contrast, grey scale) #29

Closed
notlee opened this issue Mar 27, 2018 · 1 comment
Closed
Labels
feature New feature request imageset Relates to an Origami imageset

Comments

@notlee
Copy link
Contributor

notlee commented Mar 27, 2018

Suggestion to improve logos in ms high contrast. (thanks @sjparkinson)

It might also be possible/desirable to embed other color media queries https://drafts.csswg.org/mediaqueries-4/#color

/* Slightly enhance important images */
@media screen and (-ms-high-contrast: active) {
  img.hero {
    filter: brightness(1) contrast(1) saturate(1.5);
  }
}

https://rawgit.com/ericwbailey/working-with-high-contrast-mode-talk/master/index.html#/66

@JakeChampion
Copy link
Contributor

A good issue on high contrast mode jensimmons/cssremedy#62

@JakeChampion JakeChampion added feature New feature request imageset Relates to an Origami imageset labels Mar 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature New feature request imageset Relates to an Origami imageset
Projects
None yet
Development

No branches or pull requests

2 participants