We have a relatively nice light theme at the moment. But what if we wanted to offer users the ability to toggle to a darker UI theme? How exactly might we accomplish that, considering that Tailwind classes like text-grey
and text-blue
are scattered throughout our HTML? The answer is to leverage CSS variables. I'll show you how in this episode.
View the source code for this episode on GitHub.