MLSAKIIT / devblogs-frontend

DevBlogs : A blogging website made for developers by developers. This repository contains the frontend for the project
MIT License
3 stars 1 forks source link

Add a dark mode and light mode toggle on Navbar using CSS variables and Tailwind #7

Open dead8309 opened 9 hours ago

dead8309 commented 9 hours ago

Implement a dark/light mode toggle on the Navbar using CSS variables and Tailwind. Ensure the toggle switches themes smoothly and the user's preference is saved.

Reference: Dark Mode Implementation