fix: title logo links to /, version footer links to repo
All checks were successful
Build and Push Docker Image / build (push) Successful in 26s
CI / Security audit (push) Successful in 1m15s
CI / Tests & coverage (push) Successful in 1m36s

This commit is contained in:
2026-05-17 22:58:53 +01:00
parent 15152714fd
commit 56f42755cc
2 changed files with 11 additions and 2 deletions

View File

@@ -912,6 +912,15 @@ body {
font-size: 0.72rem;
opacity: 0.5;
margin-top: 4px;
color: inherit;
text-decoration: none;
display: inline-block;
}
.app-version:hover {
opacity: 0.8;
text-decoration: underline;
text-underline-offset: 2px;
}
.title-link {