From ebe8544ca71c0ac414142991c4ffee86da008486 Mon Sep 17 00:00:00 2001
From: matograine <tom.ngr@zaclys.net>
Date: Sun, 11 Jul 2021 15:11:55 +0200
Subject: [PATCH] write URL in grey

---
 index.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/index.html b/index.html
index 8a6b16a..4c0481c 100644
--- a/index.html
+++ b/index.html
@@ -374,6 +374,7 @@
             ctx.save()
             ctx.translate(CANVAS_WIDTH - MARGIN_CANVAS, CANVAS_HEIGHT - MARGIN_CANVAS)
             ctx.rotate(-Math.PI/2);
+            ctx.fillStyle = "grey";
             ctx.fillText (address, 0, 0);
             ctx.restore()
           }
-- 
GitLab