fix(#96): remove off-brand lavender accent bar from all pages #105

Merged
marcel merged 1 commits from feature/96-remove-off-brand-purple-bar into main 2026-03-27 15:49:27 +01:00
Owner

Closes #96

Summary

  • h-1 bg-brand-purple strip (#b4b9ff) is not a De Gruyter brand color and appeared as a thin lavender line at the top of every page and all three auth pages
  • Removed the bar from +layout.svelte, login/+page.svelte, forgot-password/+page.svelte, and reset-password/+page.svelte
  • Removed the now-unused --palette-purple and --color-brand-purple tokens from layout.css to keep the token system clean

Test plan

  • No lavender/purple bar visible at the top of any page (home, documents, persons, conversations, admin)
  • No lavender/purple bar on login, forgot-password, reset-password pages
  • Header border-bottom (border-line-2) is the only visual separator between header and page content
  • No CSS errors or visual regressions in light mode
  • No CSS errors or visual regressions in dark mode
Closes #96 ## Summary - `h-1 bg-brand-purple` strip (#b4b9ff) is not a De Gruyter brand color and appeared as a thin lavender line at the top of every page and all three auth pages - Removed the bar from `+layout.svelte`, `login/+page.svelte`, `forgot-password/+page.svelte`, and `reset-password/+page.svelte` - Removed the now-unused `--palette-purple` and `--color-brand-purple` tokens from `layout.css` to keep the token system clean ## Test plan - [ ] No lavender/purple bar visible at the top of any page (home, documents, persons, conversations, admin) - [ ] No lavender/purple bar on login, forgot-password, reset-password pages - [ ] Header border-bottom (`border-line-2`) is the only visual separator between header and page content - [ ] No CSS errors or visual regressions in light mode - [ ] No CSS errors or visual regressions in dark mode
marcel added 1 commit 2026-03-27 15:49:16 +01:00
fix(#96): remove off-brand lavender accent bar from all pages
Some checks failed
CI / Unit & Component Tests (push) Successful in 2m33s
CI / Backend Unit Tests (push) Successful in 2m15s
CI / E2E Tests (push) Failing after 28m13s
CI / Unit & Component Tests (pull_request) Successful in 2m44s
CI / Backend Unit Tests (pull_request) Successful in 2m16s
CI / E2E Tests (pull_request) Failing after 24m21s
1bfe0ab022
The h-1 bg-brand-purple strip (#b4b9ff) is not a De Gruyter brand
color and was added as a rough placeholder. Removed from +layout.svelte
and the three auth pages (login, forgot-password, reset-password).
Also removed the unused --palette-purple and --color-brand-purple CSS
tokens from layout.css.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
marcel force-pushed feature/96-remove-off-brand-purple-bar from ff678076f8 to 1bfe0ab022 2026-03-27 15:49:16 +01:00 Compare
marcel merged commit 1bfe0ab022 into main 2026-03-27 15:49:27 +01:00
marcel deleted branch feature/96-remove-off-brand-purple-bar 2026-03-27 15:49:29 +01:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: marcel/familienarchiv#105