🎨 Palette: Interaction and Accessibility Polish#29
Conversation
- Added scroll-padding-top to prevent header overlap on anchor links - Implemented scale(0.97) tactile feedback on active states - Unified focus-visible styles for links and buttons - Added security attributes to external links - Added representative icons to the "Why KibaOS" section 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: |
eb49311
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://e94ddc1d.cybr.pages.dev |
| Branch Preview URL: | https://palette-ux-polish-1351902454.cybr.pages.dev |
Deploying foxos with
|
| Latest commit: |
eb49311
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://c463d8d8.foxos.pages.dev |
| Branch Preview URL: | https://palette-ux-polish-1351902454.foxos.pages.dev |
Deploying wolfos with
|
| Latest commit: |
eb49311
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://b5eae987.wolfos.pages.dev |
| Branch Preview URL: | https://palette-ux-polish-1351902454.wolfos.pages.dev |
This PR implements a series of micro-UX and accessibility improvements to the KibaOS landing page:
scroll-padding-top: 64pxto thehtmlelement so that the sticky header no longer obscures section titles when navigating via the menu.scale(0.97)transform to the:activestate of all primary buttons and navigation links, providing a more responsive and "physical" feel.focus-visiblestyles across links and buttons using a high-contrast 3px outline with offset, ensuring WCAG AA compliance.target="_blank"andrel="noopener"to external SourceForge download links for better security and user experience.All changes are contained within the
index.htmlfile and are under 50 lines of total modification. Development artifacts have been cleaned up and changes verified via Playwright.PR created automatically by Jules for task 13519024546874446694 started by @christopherfoxjr