Serving Dark Mode Based on System Preferences
Dark mode has become a modern interface trend. We can use the operating system's dark mode setting for our site using only a CSS media query.
- Archive
- CSS
- Tech
- Machine Translated
Dark mode has become a modern interface trend. We can use the operating system's dark mode setting for our site using only a CSS media query.
If you're like me, you may find writing and managing CSS code to be exhausting work — not anymore with Sass!
With all their advantages, using web fonts requires careful attention. This is to prevent two web font-related phenomena: FOIT and FOUT. What are they? Find out here.