feat: added version to homepage

This commit is contained in:
frosty
2026-04-03 15:15:41 -04:00
parent c9709029ca
commit db02c4cc80
5 changed files with 28 additions and 2 deletions

View File

@@ -135,6 +135,16 @@ img[src=""] {
mask-position:center;
text-decoration:none;
}
.home-footer {
position: fixed;
bottom: 0;
left: 0;
right: 0;
padding: 8px 24px;
font-size: 12px;
color: var(--text-muted);
text-align: center;
}
.nav-settings-icon {
width:24px;
height:24px;