bikehopper / bikehopper-ui

Friendly bike+transit directions (frontend)
Other
26 stars 1 forks source link

Dark mode support #76

Open abhumbla opened 2 years ago

abhumbla commented 2 years ago

low priority, just a different style sheet that respects system dark mode settings

graue commented 1 year ago

Adopting TailwindCSS should make this easier: https://tailwindcss.com/docs/dark-mode

We can do this as we restyle components in Tailwind.

I included dark mode support for the new date and time selection dialog (#275) and context menu (#265).