4/6 Facelift: design-token theme, layered layout, About + Documentation pages - #620
Open
mcfrank wants to merge 2 commits into
Open
4/6 Facelift: design-token theme, layered layout, About + Documentation pages#620mcfrank wants to merge 2 commits into
mcfrank wants to merge 2 commits into
Conversation
Design-token layer loaded after Bootstrap in the participant, auth, home, and researcher base templates. Warm paper ground, deep pine accent replacing stock Bootstrap blue, green checked-state treatment that flips the whole checklist card, 44px+ tap targets, keyboard-only focus rings, and un-underlined <strong>. Also makes the home page hero responsive (logo max-width, headings allowed to wrap) and drops hardcoded inline link colors from the login template. No markup restructuring; the URL smoke baseline is byte-identical. Verified by screenshot on phone and desktop: home, login, researcher console, background-info, and vocabulary checklist (checked answers persist across reload). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The console rendered {% block main %} straight into <main> with no
container, so buttons and text sat flush against the viewport edge;
the theme now centers it at max 1140px with gutters. The navbar was
missing Bootstrap's navbar-light class, leaving the hamburger icon
invisible at narrow widths.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This was referenced Jul 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of the six-PR stack (merge after #619). Best reviewed by clicking around the preview: http://webcdi-preview.us-west-2.elasticbeanstalk.com
navbar-light)./about/(support contacts, citations, links) and/documentation/— the 16-page PDF manual converted to a sectioned HTML page with a TOC, updated for current UI names, PDF still linked.QA: URL smoke baseline (77 routes) byte-identical throughout; phone + desktop screenshots for every page touched.
🤖 Generated with Claude Code