docs(home): verify application panel color

This commit is contained in:
syntaxbullet
2026-07-31 17:40:42 +02:00
parent 5b62abf8d4
commit d7a720460f

View File

@@ -300,6 +300,15 @@ The current component already uses dark blue `#24366A` instead of black.
- [ ] If production is still black, deploy the existing dark-blue implementation or identify the production content/style override. - [ ] If production is still black, deploy the existing dark-blue implementation or identify the production content/style override.
- [ ] Make no additional palette change if production already matches the requested dark blue. - [ ] Make no additional palette change if production already matches the requested dark blue.
Verification record (2026-07-31): The canonical production deployment at
`https://srv1.bayerischer-mittelstandspreis.de` was checked read-only on `/` and
`/teilnahme`. Both routes were serving the newsletter variant, and the rendered
`#bewerben` section computed to `rgb(36, 54, 106)` (`#24366A`), with no black or
content/style override. The shared source owner is
`src/spa/components/forms/ApplicationFormSection.tsx`; its unconditional outer
section background applies to both the application-open and newsletter variants.
No palette or deployment change was needed.
### 14. Improve `/teilnahme` eligibility hierarchy ### 14. Improve `/teilnahme` eligibility hierarchy
- [ ] Keep the existing content and CTAs. - [ ] Keep the existing content and CTAs.