Closed velocitatem closed 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.
dark:XYZ
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.