Make open street map light again in dark mode.
Make map light again by yog
Details
Authoryog
LicenseNo License
Categoryopenstreetmap.org
Created
Updated
Size397 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
update after friday was necessary
Source code
/* ==UserStyle==
@name Make map light again
@namespace github.com/openstyles/stylus
@version 1.1.0
@description Make map light again
@author Yog
==/UserStyle== */
@-moz-document domain("openstreetmap.org") {
.leaflet-tile-container.leaflet-zoom-animated, .leaflet-tile-container.leaflet-zoom-animated img {
filter: none !important;
}
}