Switch to Dark Mode using Only CSS variables
The easiest way to implement dark mode in your website or portfolio apps is by using CSS variables. In my portfolio app I relied on CSS variables to switch between dark & light mode. I implemented this using SCSS as a commonStyle library for my pers...
Sep 19, 20222 min read158


