Rename to Tally; add Beauty category, Housing -> Household

This commit is contained in:
2026-09-18 22:05:47 +00:00
parent b394fd85a9
commit edbd05a3c9
10 changed files with 33 additions and 17 deletions

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pin &amp; Penny — Daily, Weekly, Monthly</title>
<title>Tally — Daily, Weekly, Monthly</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Petit+Formal+Script&family=Shadows+Into+Light+Two&family=Style+Script&family=Waterfall&display=swap" rel="stylesheet">
@@ -14,7 +14,7 @@
<button type="button" id="btnMenu" class="menu-btn" aria-label="Open menu" aria-expanded="false">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.4" stroke-linecap="round" stroke-dasharray="0.1 5" aria-hidden="true"><path d="M4 7h16M4 12h16M4 17h16"/></svg>
</button>
<span class="topbar-brand">Pin &amp; Penny</span>
<span class="topbar-brand">Tally</span>
<span class="topbar-month" id="topMonth">$0.00</span>
</header>
<div class="backdrop" id="backdrop" hidden></div>