Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Contrast issue on table headers under dark mode #2397

Closed
deniak opened this issue Dec 12, 2024 · 1 comment
Closed

Contrast issue on table headers under dark mode #2397

deniak opened this issue Dec 12, 2024 · 1 comment

Comments

@deniak
Copy link
Member

deniak commented Dec 12, 2024

The table headers are failing the contrast ratio requirement under the dark mode.

This is caused by the following rule in common.css:

th{
	background-color:#eee;
}

So that rule should either be removed or updated to support the dark mode.

Initially reported here.

@pkra
Copy link
Member

pkra commented Dec 12, 2024

Duplicate of #2394 which itself was a duplicate of #2226

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants