🎨 Palette: Accessibility and Interaction Polish#36
Conversation
- Add `scroll-padding-top: 64px` to fix anchor link overlap with sticky header. - Add `scale(0.97)` tactile feedback on `:active` state for interactive elements. - Improve color contrast for small metadata labels to meet WCAG AA standards. - Restore decorative emojis to pillars and feature sections with `aria-hidden` spans. Co-authored-by: christopherfoxjr <213370400+christopherfoxjr@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
Deploying cybr with
|
| Latest commit: |
32fc5d6
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://a832a168.cybr.pages.dev |
| Branch Preview URL: | https://palette-ux-improvements-1339.cybr.pages.dev |
Deploying foxos with
|
| Latest commit: |
32fc5d6
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://4840fd2e.foxos.pages.dev |
| Branch Preview URL: | https://palette-ux-improvements-1339.foxos.pages.dev |
Deploying wolfos with
|
| Latest commit: |
32fc5d6
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://14bbaa12.wolfos.pages.dev |
| Branch Preview URL: | https://palette-ux-improvements-1339.wolfos.pages.dev |
This PR implements several micro-UX and accessibility improvements to the KibaOS landing page:
scroll-padding-top: 64pxto thehtmlelement. This prevents the sticky header from obscuring the top of sections when navigating via the "About", "Features", or "Components" links.scale(0.97)transform to the:activestate of all major interactive elements (nav links, buttons, CTAs, and FAQ headers). This makes the UI feel more responsive and physical.smalllabel elements in the specifications, requirements, and team sections fromvar(--gray-400)tovar(--gray-700), ensuring they meet WCAG AA contrast requirements (4.5:1) for better readability.<span aria-hidden="true">to provide visual context and delight for sighted users without creating noise for screen reader users.All changes were verified using Playwright to confirm correct layout, contrast ratios, and interaction states.
PR created automatically by Jules for task 13390589597448932542 started by @christopherfoxjr