darkside-talk

Keynote and Resources for the 'Tempted by the dark side' talk at WordCamp Vancouver 2019

View the Project on GitHub rcass/darkside-talk

🌚 Tempted By the Dark Side 🌚

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 😬)

What

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.

Example

Don’t believe the ✨magic✨, here is a code pen for you to try and fiddle in!

Resources