Lesereise reading text is too small — curator notes and letter entries are exhausting to read on a laptop #800
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
In the Journey (Lesereise) reading view, the narrative content renders at
text-xs(12px) /text-sm(14px): intro paragraph, letter card titles, meta lines, "Brief öffnen" links, curator annotations, and interludes. That is below the project's own accessibility floor (body text minimum 16px, seniors prefer 18px — see.claude/personas/ui_expert.md). The user reports it is exhausting to read even for a younger reader on a laptop.The sizes were copied faithfully from the LR-2 impl-ref, which inherited the scaled-mockup font sizes — so this is a spec bug, not an implementation bug.
Fix (in
JourneyReader.svelte,JourneyItemCard.svelte,JourneyInterlude.svelte)text-smtext-lg(matches StoryReader body)text-smtext-basetext-xstext-smtext-xstext-smtext-xstext-base(it is narrative content)text-xstext-base(it is narrative content)Update the LR-2 impl-ref rows in
docs/specs/lesereisen-reader-spec.htmlto match.Acceptance criteria
text-lgbody)