From 43597473a0ddea3fe758a835e3b3f468a041d3a3 Mon Sep 17 00:00:00 2001 From: Martin Rubli Date: Mon, 16 Oct 2023 19:49:57 +0200 Subject: [PATCH] static: css: Increase backdrop transparency --- static/css/hugo-mod-leaflet.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/hugo-mod-leaflet.css b/static/css/hugo-mod-leaflet.css index d11a337..780311f 100644 --- a/static/css/hugo-mod-leaflet.css +++ b/static/css/hugo-mod-leaflet.css @@ -71,7 +71,7 @@ svg.heightgraph-container .select-symbol { height: 100%; top: 0; left: 0; - background-color: rgba(0, 0, 0, 0.9); + background-color: rgba(0, 0, 0, 0.7); } .map ~ .map-backdrop {