Closed AntonKhorev closed 6 days ago
In dark mode tiles are actually darker than I intended them to be: vs
See https://github.com/openstreetmap/openstreetmap-website/pull/5325#issuecomment-2478943023 and https://github.com/openstreetmap/openstreetmap-website/pull/5325#issuecomment-2479026722 for explanations.
Merged, thanks!
The use of css filter: brightness(0.8); makes panning extremely laggy in Firefox.
filter: brightness(0.8);
In dark mode tiles are actually darker than I intended them to be: vs
See https://github.com/openstreetmap/openstreetmap-website/pull/5325#issuecomment-2478943023 and https://github.com/openstreetmap/openstreetmap-website/pull/5325#issuecomment-2479026722 for explanations.