ParkingReformNetwork / parking-lot-map

Interactive map showing how much of downtowns are dominated by parking
https://parkingreform.org/parking-lot-map/
MIT License
1 stars 5 forks source link

Switch to HSL #195

Closed Eric-Arellano closed 2 months ago

Eric-Arellano commented 2 months ago

This implements two recommendations from the book https://www.refactoringui.com:

  1. Centralize your color scheme in one place
  2. Use hsl rather than rgb or hex codes. It makes it much easier to see how colors relate to each other

It does not change any of the colors - this is only a refactor.