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

static/frontend: increase percentage of mask-image start #97

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 23, 2024

  1. fix(static/frontend): increase percentage of mask-image start

    The exisiting percentage of where the mask-image linear-gradient
    starts currently overlaps some links when text-spacing is applied
    and therefore decreases the color-contrast ratio of the link making
    the text less accessible. This change increases the percentage
    and thus moves the gradient to be closer to the end of the container
    and less likely to overlap text and links.
    
    Fixes b/365624081
    
    [Before screenshot](https://screenshot.googleplex.com/By9T6ZKwv6wxPue)
    [After screenshot](https://screenshot.googleplex.com/Ad4J3683xC9sQdH)
    essjay05 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    f20d142 View commit details
    Browse the repository at this point in the history