design: upgrade type scale and add accessibility improvements#14
Merged
design: upgrade type scale and add accessibility improvements#14
Conversation
Shift resume body text from 14px to 16px (web standard), bump H3 to 18px and H2 to 20px to maintain clear hierarchy. Add prefers-reduced- motion media query for WCAG 2.2 compliance. Add @page print margin rule and fix print H3 to 10.5pt (was 11pt, same as H2). Replace BackToTop transition-all with targeted transition properties. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- Header links: increase gaps (0.5→1) and padding (px-2→px-2.5) - Section nav: soften active state from heavy black pill to subtle light background with font-medium - Section nav: align link padding (px-3→px-2.5) with header - Separator dot: widen padding (px-1→px-1.5) for balance - Fix: section nav active highlight never activated because parseFloat cannot parse calc() expressions; read individual --header-height and --nav-height CSS properties instead Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
GitHub Desktop and other Windows Git clients run hooks in MINGW bash where WSL-installed npx is not on PATH. The hook now: 1. Sources nvm (for direct WSL/Linux execution) 2. Falls back to wsl.exe delegation (for Windows Git clients) 3. Converts MINGW UNC paths to WSL paths automatically Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add .nvmrc (Node 24) and engines field in package.json for version parity - Document husky pre-commit WSL delegation for Windows Git clients (GitHub Desktop, VS Code) in README, CONTRIBUTING, and TDD - Add Git GUI tools section to Windows dev environment doc with troubleshooting for pre-commit hook failures - Update Linux dev doc to reference .nvmrc for nvm install Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Differentiate active section pill (bg-slate-200/dark:bg-slate-700) from hover state (bg-slate-100/dark:bg-slate-800) for clearer visual feedback. Add explicit exit 0 to pre-commit hook soft-fail path. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Summary
Type scale
Files changed
Test plan
🤖 Generated with Claude Code