app icon, styling, light mode, top bar component

This commit is contained in:
metacryst
2026-03-17 05:33:28 -05:00
parent 5903bafee5
commit 530ea7da89
24 changed files with 106 additions and 65 deletions

View File

@@ -13,7 +13,7 @@ class PeopleCard extends Shadow {
.paddingHorizontal(0.5, em)
.border("1px solid var(--accent)")
.borderRadius(100, pct)
.background("black")
.background("var(--darkaccent)")
VStack(() => {
p(this.person.first_name + " " + this.person.last_name)