feat: made version on homepage link to repo

This commit is contained in:
frosty
2026-04-03 15:26:01 -04:00
parent db02c4cc80
commit 627a219bea
5 changed files with 15 additions and 2 deletions

View File

@@ -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;