djsiddz / books-for-devs

Curated list of books every developer must read. Ranging from Computer Science, How Things Works, Autobiographies or Biographies of People from the Tech world to get inspired from. May include fiction too.
https://djsiddz.github.io/books-for-devs/
6 stars 0 forks source link

Light theme + Dark theme support | Move to TailwindCSS? #2

Closed djsiddz closed 1 year ago

djsiddz commented 1 year ago

Light theme and dark theme switch based on the system's preferences by default. Allow the user to switch between themes using a toggle.

Should we keep the last theme preference in the browser's local storage?

Also, switch to Tailwind for all of this??

djsiddz commented 1 year ago

I am not switching to Tailwind for now. I am adding light & dark theme support based on user's system preferences.