orchidsoftware / orchidsoftware/platform
Accessibility Issue: Insufficient Contrast in Table Header Text
Open
@tabuna is already working on this.
Since Mar 12, 2025.
Errors
- Dominant language
- PHP
- Stars
- 4.8k
- Forks
- 662
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 7
Description
Describe the bug
The table header text appears in a light gray color (text-muted), making it difficult to read against the background, especially for users with low visibility or accessibility challenges. The lack of sufficient contrast causes readability issues.
To Reproduce
Steps to reproduce the behavior:
- Open the webpage containing the table.
- Look at the header row of the table.
- Notice that the text is rendered in a light gray color (
text-muted), which is not easily visible against the background.
Expected behavior
The table header text should have a stronger color contrast with the background to provide better readability.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.