Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
miragecraft
on Oct 10, 2023
|
parent
|
context
|
favorite
| on:
The Future of CSS: Easy Light-Dark Mode Color Swit...
Correction, the media query should have been:
@media (prefers-color-scheme: dark) { :root { --light: ; --dark:initial; } }
Missed the selector.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
@media (prefers-color-scheme: dark) { :root { --light: ; --dark:initial; } }
Missed the selector.