AllThingsSmitty / css-protips

⚡️ A collection of tips to help take your CSS skills pro 🦾
Creative Commons Zero v1.0 Universal
28.16k stars 2.17k forks source link

add a new tip on `prefers-color-scheme` media feature #149

Open Dharmik48 opened 2 years ago

Dharmik48 commented 2 years ago

Added a new tip to detect if the user prefers a light theme or a dark theme using the prefers-color-scheme media feature. This tip can be really helpful to implement light/dark mode on a website