Summary
Currently, the styles applied to the app are defaulting colors to the 'light' mode. We want to allow users to customize app color scheme preferences by adding a 'dark' mode palette and using it in the app's layout when users have set their system or browser preferences to 'dark' mode.
Acceptance criteria
Notes
We should use the Tailwind dark variant to implement this feature. Refer to Tailwind docs for more info.