IERoboticsClub / club_website_v0

https://IERoboticsClub.com
6 stars 5 forks source link

Light/Dark mode global toggle #30

Closed velocitatem closed 1 year ago

velocitatem commented 1 year ago

Tailwind provides very direct support for toggling light/dark modes: https://tailwindcss.com/docs/dark-mode

The main task here is to modify most classes used throughout the landing page, to have the dark:XYZ class which appropriately switches the color scheme.