Apply typewriter/editorial UI style using system fonts only

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Christoph K.
2026-04-05 20:57:03 +02:00
parent 48ff7104da
commit bc2fa7b966
2 changed files with 201 additions and 8 deletions

View File

@@ -7,7 +7,7 @@ export class AppShell extends HTMLElement {
connectedCallback(): void {
this.innerHTML = `
<nav>
<a href="/days" id="nav-days">Tage</a>
<a href="/days" id="nav-days">Pamietnik</a>
<button id="nav-logout">Abmelden</button>
</nav>
<main id="outlet"></main>