Skip to content

Insufficient contrast between links and text #155

@stevepiercy

Description

@stevepiercy

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    Assess

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions