feat(frontend): add --header-height, bump initials to text-[10px], update nav to /documents

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-04-19 23:24:46 +02:00
parent 05d434fed3
commit eeca30e7a6
3 changed files with 9 additions and 6 deletions

View File

@@ -81,6 +81,9 @@
/* ─── 4. Light mode (default) ─────────────────────────────────────────────── */
:root {
/* 1px accent bar + 64px nav = 65px total sticky header height */
--header-height: 65px;
--c-canvas: #f0efe9;
--c-surface: #ffffff;
--c-overlay: #ffffff;