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