diff --git a/index.html b/index.html index e4ed403..00a94a1 100644 --- a/index.html +++ b/index.html @@ -34,6 +34,7 @@ stroke: black; fill: none; stroke-width: 0.5; + pointer-events: none; } .language { stroke: red; @@ -77,6 +78,7 @@ fill: none; pointer-events: none; } + .language:hover { stroke-width: 2; } diff --git a/translations.db b/translations.db index 08f7ef7..616582d 100644 Binary files a/translations.db and b/translations.db differ