Description
In the hero section visual cards ("Starter Code Ready" and "7-Step Roadmap"), the subtitle classes (hvc-sub) use a very light-gray color on a light-indigo background. This fails accessibility guidelines for minimum contrast ratio, rendering the subheadings unreadable.
We should adjust the CSS text color to a darker tone to increase contrast and readability.
Current Behavior
Subtitles like "Download and start immediately" have low contrast against card background.
Proposed Solution
- Locate
.hvc-sub style rules.
- Change the color property to a darker gray or high-contrast shade that satisfies contrast guidelines.
Implementation Guidance
- Update CSS styles targeting
.hvc-sub.
Acceptance Criteria
Contributor Guidelines
Interested in working on this issue?
- Comment
/assign to request assignment.
- Wait until the issue shows you as the assignee.
- Create a new branch for your changes.
- Submit a Pull Request referencing this issue.
Please do not begin working on an issue already assigned to another contributor unless a maintainer confirms it is available.
Description
In the hero section visual cards ("Starter Code Ready" and "7-Step Roadmap"), the subtitle classes (
hvc-sub) use a very light-gray color on a light-indigo background. This fails accessibility guidelines for minimum contrast ratio, rendering the subheadings unreadable.We should adjust the CSS text color to a darker tone to increase contrast and readability.
Current Behavior
Subtitles like "Download and start immediately" have low contrast against card background.
Proposed Solution
.hvc-substyle rules.Implementation Guidance
.hvc-sub.Acceptance Criteria
Contributor Guidelines
Interested in working on this issue?
/assignto request assignment.Please do not begin working on an issue already assigned to another contributor unless a maintainer confirms it is available.