From 1e4c4a588b7e00b9bbdd6de6449719e7cdf38a33 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Wed, 14 Jan 2026 10:03:15 +0100 Subject: Use SVG rendering --- client/wmap.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'client') diff --git a/client/wmap.css b/client/wmap.css index a524bcb..d5e6598 100644 --- a/client/wmap.css +++ b/client/wmap.css @@ -25,3 +25,7 @@ .wmap img { width: 100%; } + +.wardley-map.thumbnail text:nth-of-type(n + 7) { + cursor: pointer; +} -- cgit