From 6cf04a427cd158ce824e9a6939d2f2a838d37e28 Mon Sep 17 00:00:00 2001 From: "Adrian A. Baumann" Date: Sun, 12 Jul 2026 15:07:15 +0200 Subject: [PATCH] Add source link and increase version tag contrast --- web/templates/index.html | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/web/templates/index.html b/web/templates/index.html index e1a21d5..002baaf 100644 --- a/web/templates/index.html +++ b/web/templates/index.html @@ -264,10 +264,20 @@ right: 1rem; font-family: var(--f-mono); font-size: 0.65rem; - color: var(--rule); + color: var(--muted); pointer-events: none; user-select: none; } + + .version-tag a { + color: var(--muted); + text-decoration: underline; + pointer-events: all; + } + + .version-tag a:hover { + color: var(--ink); + } @@ -354,7 +364,7 @@ - v{{ version }} + v{{ version }} — Source