feat: Style updates.

This commit is contained in:
2026-01-11 20:57:06 -05:00
parent f7c6373255
commit 0a68177aa8
19 changed files with 410 additions and 141 deletions

View File

@@ -25,6 +25,7 @@ struct Navbar: HTML, Sendable {
}
.navButton()
}
}
Tooltip("Home", position: .right) {
@@ -35,7 +36,7 @@ struct Navbar: HTML, Sendable {
img(
.src("/images/mand_logo_sm.webp"),
)
span { "Manual-D" }
span { "Duct Calc" }
}
.navButton()
}