From 23cb4a3197faa05351f995b9efb5767b378302c2 Mon Sep 17 00:00:00 2001 From: Alexey Boyko Date: Sun, 10 Nov 2024 21:35:36 +0300 Subject: [PATCH] fix link --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 052397d..a820318 100644 --- a/index.html +++ b/index.html @@ -47,7 +47,7 @@ color: rgb(73, 80, 87); } - svg a { fill:#fff; text-decoration: underline; pointer-events: none !important; } + svg a { fill:#fff; text-decoration: underline; pointer-events: all !important; } svg .select a { pointer-events: none; } svg .shtxt a { fill: rgb(13, 110, 253); }