Word Camp Vancouver 2019
This repo contains the keynote and resources links for the tempted by the dark side talk presented at Word Camp Vancouver 2019.
Click here to download the keynote slides. These slides are in made in Apple Keynote (sorry windows users 😬)
This talk is a basic introduction to the CSS media feature prefers-color-scheme
. prefers-color-scheme
can be used to detect the OS set theme and an add styles to according to the theme set.
Basically, prefers-color-scheme
is great when you want/need to set different styles when a user is using a light theme or when a user is user a dark theme.
Don't believe the ✨magic✨, here is a code pen for you to try and fiddle in!