Y
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
shurcooL
2797 days ago
Excellent, thanks. I see this is mentioned in the original article too; I must've missed it.
link