From 3dd146addabdb18847bc766ad2e952fbc2409c0c Mon Sep 17 00:00:00 2001 From: Anton Date: Mon, 1 Jan 2024 20:45:20 +0100 Subject: [PATCH] css fix --- src/Components/Map/UtopiaMap.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/Components/Map/UtopiaMap.css b/src/Components/Map/UtopiaMap.css index e8804944..b0669a73 100644 --- a/src/Components/Map/UtopiaMap.css +++ b/src/Components/Map/UtopiaMap.css @@ -78,6 +78,7 @@ .leaflet-tooltip { background-color: theme('colors.base-100'); color: theme('colors.base-content'); + border-width: 0px; } .leaflet-tooltip { @@ -85,4 +86,12 @@ transition: opacity 500ms; transition-delay: 50ms; + } + + .leaflet-tooltip-top::before { + border-top-color: theme('colors.base-100'); + } + + .marker-cluster span { + color: #000; } \ No newline at end of file