🎨 Palette: UX and Accessibility Polish#44
Conversation
- Added `scroll-padding-top: 64px` to prevent sticky header from obscuring anchor links. - Standardized `focus-visible` styles for better keyboard navigation. - Implemented tactile feedback with `scale(0.97)` on `:active` for primary interactive elements. - Improved text contrast for `.spec-cell small` to meet WCAG AA standards. - Synchronized transition timings for smooth interaction feedback. 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: |
65421c8
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://e4841788.cybr.pages.dev |
| Branch Preview URL: | https://palette-ux-polish-1619997567.cybr.pages.dev |
Deploying foxos with
|
| Latest commit: |
65421c8
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://4642db38.foxos.pages.dev |
| Branch Preview URL: | https://palette-ux-polish-1619997567.foxos.pages.dev |
Deploying wolfos with
|
| Latest commit: |
65421c8
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://270224a1.wolfos.pages.dev |
| Branch Preview URL: | https://palette-ux-polish-1619997567.wolfos.pages.dev |
This PR implements several micro-UX and accessibility improvements to the KibaTV homepage:
scroll-padding-topto thehtmlelement to ensure that navigation to section anchors (like #features or #faq) is not obscured by the 64px sticky header.focus-visiblering styles across links, buttons, and ARIA roles to ensure consistent, high-contrast visibility for keyboard users.0.97) to the:activestate of navigation links, buttons, and FAQ questions. This provides immediate visual confirmation of clicks/taps, making the interface feel more responsive..spec-cell small) fromvar(--gray-400)tovar(--gray-700), ensuring compliance with WCAG AA standards for small text on light backgrounds.All changes are kept within a single CSS block in
index.htmland are strictly under the 50-line PR limit. Verified via Playwright for layout, contrast, and animation correctness.PR created automatically by Jules for task 16199975674582657873 started by @christopherfoxjr