feat: link sofarr title to repo
Some checks failed
Build and Push Docker Image / build (push) Successful in 30s
CI / Security audit (push) Failing after 2m56s
CI / Tests & coverage (push) Successful in 5m35s

This commit is contained in:
2026-05-17 20:55:06 +01:00
parent 976d6527b6
commit 9aaff5c368
2 changed files with 11 additions and 1 deletions

View File

@@ -872,6 +872,16 @@ body {
margin-top: 4px;
}
.title-link {
color: inherit;
text-decoration: none;
}
.title-link:hover {
text-decoration: underline;
text-underline-offset: 3px;
}
/* ===== Login ===== */
.login-container {
display: flex;