Created
July 25, 2022 06:55
-
-
Save bryceadams/4abd568b037b7d8a18c6a9b673ca13e6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const dark = window.matchMedia && | |
window.matchMedia('(prefers-color-scheme: dark)') && | |
window.matchMedia('(prefers-color-scheme: dark)').matches; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment