Removes the "shading" of the actual map if dark mode is active
Un-Darken Map Tiles by M-Reimer
Details
AuthorM-Reimer
LicenseNo License
Categoryopenstreetmap
Created
Updated
Size419 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Un-Darken Map Tiles
@namespace https://github.com/M-Reimer
@version 1.0.0
@description Removes the "shading" of the actual map if dark mode is active
@author M-Reimer
==/UserStyle== */
@-moz-document domain("www.openstreetmap.org") {
.leaflet-tile-container .leaflet-tile,
.mapkey-table-entry td:first-child>* {
filter:brightness(1.0);
}
}