Create a Dark Mode Theme in Your Web App Using CSS Media Query

InstructorWill Mendes

Share this video with your friends

Send Tweet

CSS Media queries are heavily used across web pages for different reasons, such as make your web pages responsive, but what if we can use them to improve web accessibility as well?

In this video, I’m sharing How to use CSS Media Queries for web accessibility in your web app, combining the user preferences choice with prefers-color-scheme media query and enabling dark mode in your web app.