Change tabcolor0_base_color to a darker shade - #5713
Merged
kkbrum merged 8 commits intoJul 6, 2026
Merged
Conversation
Fix learning-unlimited#5528: Darken fruitsalad theme base color to improve nav contrast ratio for WCAG 2.1 AA compliance
There was a problem hiding this comment.
🎉 Thanks for your first pull request! We're excited to have you contribute to ESP-Website.
Review process:
- A maintainer will review your changes as soon as possible
- Please ensure your PR follows our contributing guidelines
- Make sure CI checks pass (lint and tests)
We're a volunteer-run project, so reviews may take some time. Thank you for your contribution! 🚀
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Fruitsalad theme’s primary (tabcolor0) base green to a darker shade to improve navigation contrast and move toward WCAG 2.1 AA compliance.
Changes:
- Darken
@tabcolor0_base_colorfrom#88cf00to#5a8a00in Fruitsalad theme LESS variables.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…nce and add explicit accent colors Updated tab color variables for theme.
|
/assign |
kkbrum
enabled auto-merge (squash)
July 6, 2026 15:38
…SS changes in PR learning-unlimited#5713 : #88cf00 -> #4d7a00 (WCAG 4.5:1 contrast) Add : #4d7600 Add : #3f6200
Member
|
no wait @kkbrum |
Member
|
Now we can merge it |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix #5528: Darken fruitsalad theme base color to improve nav contrast ratio for WCAG 2.1 AA compliance
Description
#88cf00 to #5a8a00 to improve navigation bar contrast ratio
from 2.96:1 to meet WCAG 2.1 AA minimum requirement of 4.5:1
with white text.
Related Issue
Closes #5528
Type of Change
Testing
AI Disclosure
Claude AI (claude.ai) was used to help identify the correct
LESS variable file to modify and understand the theme
structure. The bug was independently identified by me using
Chrome DevTools accessibility inspector. All changes were
reviewed and verified by me.
Checklist