Suggestion : Contact/Company Info - Learning platform link text barely legible #177

Closed
opened 2026-05-22 18:27:33 +00:00 by Zhekrom · 1 comment
Title: C# Bug: Contact/Company Info - Learning platform link text barely legible
Severity: Medium
Mode: Contact / Company Info
Lesson ID / File: Contact page - Company Info section
Environment: Browser (specify version), OS (specify version)
Date/Time: 2026-05-22

Source Code

(Not applicable � UI/typography issue)

Steps to Reproduce

1. Navigate to the Contact page.
2. Go to the Company Info section.
3. Locate the learning platform link.
4. Attempt to read the link text.

Expected Output

The link text should be clearly legible so users can read and click on it.

Actual Output

The link text for the learning platform is barely readable. Even though it is a clickable link, its legibility is so poor that users are unlikely to notice or click it.

Suggested Priority

Medium � Does not block functionality but significantly reduces the likelihood of users discovering and accessing the learning platform through this link.

Additional Notes

This may be caused by low contrast, small font size, or color styling that blends with the background. As a link, it needs to be visually distinguishable and readable.

Title: C# Bug: Contact/Company Info - Learning platform link text barely legible Severity: Medium Mode: Contact / Company Info Lesson ID / File: Contact page - Company Info section Environment: Browser (specify version), OS (specify version) Date/Time: 2026-05-22 Source Code (Not applicable � UI/typography issue) Steps to Reproduce 1. Navigate to the Contact page. 2. Go to the Company Info section. 3. Locate the learning platform link. 4. Attempt to read the link text. Expected Output The link text should be clearly legible so users can read and click on it. Actual Output The link text for the learning platform is barely readable. Even though it is a clickable link, its legibility is so poor that users are unlikely to notice or click it. Suggested Priority Medium � Does not block functionality but significantly reduces the likelihood of users discovering and accessing the learning platform through this link. Additional Notes This may be caused by low contrast, small font size, or color styling that blends with the background. As a link, it needs to be visually distinguishable and readable.
Zhekrom changed title from C# Bug: Contact/Company Info - Learning platform link text barely legible to Suggestion : Contact/Company Info - Learning platform link text barely legible 2026-05-22 18:28:08 +00:00
Owner

Fixed in spikersoft-angular PR #13.

Root cause: the Company Info styles were scoped under a non-existent .info-card wrapper (the markup renders as .panel-content.info-content), so the entire style block was dead and the link fell back to the default text color — hence barely legible. The PR re-scopes the rules to the real .info-content class and gives the website/learning links the theme --color-primary color with a persistent underline and medium weight for clear contrast on both light and dark themes.

Fixed in spikersoft-angular PR #13. Root cause: the Company Info styles were scoped under a non-existent `.info-card` wrapper (the markup renders as `.panel-content.info-content`), so the entire style block was dead and the link fell back to the default text color — hence barely legible. The PR re-scopes the rules to the real `.info-content` class and gives the website/learning links the theme `--color-primary` color with a persistent underline and medium weight for clear contrast on both light and dark themes.
Sign in to join this conversation.