fix: fix map coords display font colour

This commit is contained in:
TheClashFruit 2023-11-28 09:18:34 +01:00 committed by TheClashFruit's Forgejo
parent 23bb8f1adc
commit 49e9c7d1c4
Signed by untrusted user who does not match committer: Forgejo
GPG key ID: E59A305B48F15D31

View file

@ -57,6 +57,10 @@
image-rendering: pixelated;
}
.leaflet-control {
color: #333;
}
.leaflet-control-mouseposition {
background: rgba(255, 255, 255, 0.8);