Skip to content

Instantly share code, notes, and snippets.

@yoshi2ys
Last active November 21, 2019 22:17
Show Gist options
  • Save yoshi2ys/770d412ff051e41ef2703d4923b9e911 to your computer and use it in GitHub Desktop.
Save yoshi2ys/770d412ff051e41ef2703d4923b9e911 to your computer and use it in GitHub Desktop.
/* For Normal Displays */
body {
background: #fff;
}
/* For Display P3 Displays */
@supports (color: color(display-p3 0 0 0 / 1)) {
body {
background: color(display-p3 1.0 1.0 1.0 / 1.0);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment