From 627a219bea8029107fcee77fbeea7eb79f0a79b2 Mon Sep 17 00:00:00 2001 From: frosty Date: Fri, 3 Apr 2026 15:26:01 -0400 Subject: feat: made version on homepage link to repo --- static/main.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'static') diff --git a/static/main.css b/static/main.css index 2ef60c3..5811468 100644 --- a/static/main.css +++ b/static/main.css @@ -145,6 +145,13 @@ img[src=""] { color: var(--text-muted); text-align: center; } +.version-link { + color: var(--text-muted); + text-decoration: underline; +} +.version-link:hover { + color: var(--text-primary); +} .nav-settings-icon { width:24px; height:24px; -- cgit v1.2.3