RSSAmplifier

Blog

Miguel Grinberg's Blog: CSS

blog.miguelgrinberg.comRSS feed ↗1 posts

Latest posts

How To Add Dark Mode Support To Your Website

You may have noticed that I have recently added a dark mode to this blog. The default color theme now follows the theme setting in your operating system by default, and you can also select which mode to enable from the top navigation bar. Nice, right? I have implemented this feature entirely in the front end, using CSS and a touch of JavaScript. Interested in implementing a similar feature for…