From 49e9c7d1c4165ba3cb4f86cd7a4725d94653b768 Mon Sep 17 00:00:00 2001 From: TheClashFruit Date: Tue, 28 Nov 2023 09:18:34 +0100 Subject: [PATCH] fix: fix map coords display font colour --- template/includes/head.twig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/template/includes/head.twig b/template/includes/head.twig index d6f194b..8edc0a8 100644 --- a/template/includes/head.twig +++ b/template/includes/head.twig @@ -57,6 +57,10 @@ image-rendering: pixelated; } + .leaflet-control { + color: #333; + } + .leaflet-control-mouseposition { background: rgba(255, 255, 255, 0.8);