Skip to content

Instantly share code, notes, and snippets.

@chrisl8888
Created November 4, 2013 05:07
Show Gist options
  • Save chrisl8888/7298280 to your computer and use it in GitHub Desktop.
Save chrisl8888/7298280 to your computer and use it in GitHub Desktop.
@media (luminosity: normal) {
body {
background: #f5f5f5;
color: #262626;
}
}
@media (luminosity: dim) {
body {
background: #e9e4e3;
}
}
@media (luminosity: washed) {
body {
background: #ffffff;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment