refactor(ui): accent token과 활성 탐색 상태 정리 - #120
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 8d82b8e4c4
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| .ark-site-primary-link[aria-current='page'] { | ||
| font-weight: var(--font-semibold); |
There was a problem hiding this comment.
Preserve active nav weight through tablet overrides
At 640–1199px, app/layout.tsx imports styles/viewport/tablet.css after globals.css, and that later stylesheet resets .ark-site-primary-link to font-weight: var(--font-medium) with equal specificity. Since the active rule is defined only here, the new non-color aria-current state disappears on tablet widths; add an active override in the later viewport stylesheet or adjust ordering/specificity so active navigation links stay semibold across viewports.
AGENTS.md reference: AGENTS.md:L93-L95
Useful? React with 👍 / 👎.
변경 내용
의도
영향 범위
검증
체크리스트