Offsets the Wandrer overlay in bikerouter.de by a few pixels to improve visibility of tracks and other small ways.
bikerouter.de + Wandrer by mjaschen
Details
Authormjaschen
LicenseNo License
Categoryuserstyles
Created
Updated
Size437 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 bikerouter.de
@version 20220418.10.50
@namespace userstyles.world/user/mjaschen
@description Offsets the Wandrer overlay in bikerouter.de by a few pixels to improve visibility of tracks and other small ways.
@author mjaschen
@license No License
==/UserStyle== */
@-moz-document domain("bikerouter.de") {
.mapboxgl-map {
opacity: 0.7;
left: 5px;
top: 5px;
}
}