🎨 Palette: Improve color contrast for .badge-immutable#22
🎨 Palette: Improve color contrast for .badge-immutable#22christopherfoxjr wants to merge 1 commit into
Conversation
Update the text color of the `.badge-immutable` class from `#e65100` to `#bf360c`. This change ensures the component meets WCAG AA color contrast requirements (at least 4.5:1) against its `#fff3e0` background, improving readability and accessibility. 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: |
7c527a1
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://9d979e04.cybr.pages.dev |
| Branch Preview URL: | https://palette-improve-badge-contra.cybr.pages.dev |
Deploying foxos with
|
| Latest commit: |
7c527a1
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://764d59b1.foxos.pages.dev |
| Branch Preview URL: | https://palette-improve-badge-contra.foxos.pages.dev |
Deploying wolfos with
|
| Latest commit: |
7c527a1
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://eedb2c25.wolfos.pages.dev |
| Branch Preview URL: | https://palette-improve-badge-contra.wolfos.pages.dev |
💡 What: Improved the color contrast for the
.badge-immutablecomponent inindex.html.🎯 Why: The previous text color (
#e65100) on the light orange background (#fff3e0) had a contrast ratio of ~4.0:1, which is below the WCAG AA requirement of 4.5:1 for small text. The new color (#bf360c) achieves a ratio of ~5.4:1.♿ Accessibility: Directly improves readability for users with visual impairments by satisfying WCAG AA standards.
📸 Verification: Visual confirmation performed via Playwright screenshots.
PR created automatically by Jules for task 2176719766009063836 started by @christopherfoxjr