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

Insufficient contrast between links and text #155

Open
stevepiercy opened this issue Jan 5, 2024 · 0 comments
Open

Insufficient contrast between links and text #155

stevepiercy opened this issue Jan 5, 2024 · 0 comments
Labels
01 type: bug something does not work

Comments

@stevepiercy
Copy link
Contributor

Links lack sufficient contrast from text. Can you find the two links in this screenshot?

Screenshot 2024-01-05 at 10 23 25 AM

body {
    color: #595959;
}
a {
    color: #005b85;
}

Documentation uses colors that have been thoroughly analyzed by PyData and Sphinx Book Theme developers.

Screenshot 2024-01-05 at 10 26 58 AM

p {
  color: #333333;
}
a {
  color: #0071bc;
}

Can you please increase the contrast by darkening text and lightening links?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
01 type: bug something does not work
Projects
Status: Assess
Development

No branches or pull requests

2 participants