Hacker News new | ask | show | jobs
by konradzikusek 2797 days ago
Every media query can be checked using JS - `matchMedia('(prefers-color-scheme: dark)').matches` => true/false
1 comments

Excellent, thanks. I see this is mentioned in the original article too; I must've missed it.