From 98cb8c734c66977b1f0d270a95f7b7cd196527e2 Mon Sep 17 00:00:00 2001 From: root <165865819+brianshea2@users.noreply.github.com> Date: Fri, 1 Nov 2024 01:09:37 +0000 Subject: [PATCH] dark mode shadows --- website/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/index.html b/website/index.html index 08301a1..748b791 100644 --- a/website/index.html +++ b/website/index.html @@ -87,7 +87,7 @@ display: none; } body.dark :is(.leaflet-tooltip, .leaflet-popup-content-wrapper, .leaflet-popup-tip) { - box-shadow: none; + box-shadow: 0 0 4px 0 rgb(0 0 0 / 40%); } @media (hover: none) { .leaflet-tooltip-pane {