https://www.notion.so/Check-Theme-of-Browser-2221a3b433fe80c78ab6ff204c18cbc5
Theme of the browser
1
const theme = window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light",
https://www.notion.so/Check-Theme-of-Browser-2221a3b433fe80c78ab6ff204c18cbc5
1
const theme = window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light",
A new version of content is available.