From cdfa350dc667b5d66dd7a4cde81700bfb71b6164 Mon Sep 17 00:00:00 2001 From: Felix Delattre Date: Fri, 12 Jun 2026 18:42:31 +0200 Subject: [PATCH] Added link to source code repo. --- index.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/index.html b/index.html index 7929b3b..13fa34f 100644 --- a/index.html +++ b/index.html @@ -123,6 +123,15 @@ body { margin: 0; font: 13px/1.4 system-ui, sans-serif; background: #f5f5f5; col } #worldMapBtn:hover { background: #3a5278; } +#repoLink { + margin-left: auto; + font-size: 12px; + color: #7eb8f7; + text-decoration: none; + white-space: nowrap; +} +#repoLink:hover { color: #9ecef8; text-decoration: underline; } + /* worldwide map overlay */ #worldOverlay { display: none; position: fixed; inset: 0; z-index: 3000; @@ -158,6 +167,7 @@ body { margin: 0; font: 13px/1.4 system-ui, sans-serif; background: #f5f5f5; col + Source code