five-for-the-future icon indicating copy to clipboard operation
five-for-the-future copied to clipboard

Hyperlink not readable on Program Expectations page

Open jomarieminney opened this issue 3 years ago • 1 comments
trafficstars

On this page: Program Expectations the hyperlink at the top is dark blue, on a dark blue background. It is slightly better but still very difficult to read on hover. Screenshot: https://www.screencast.com/t/og30o4M5lS1

jomarieminney avatar Aug 10 '22 09:08 jomarieminney

Looks like this block may need to be adjusted to something like:

.has-wporg-blue-background-color {
    background-color: $color__wporg-blue;

    &.has-wporg-white-color a {
        color: $color__text-on-dark;
    }
}

This should produce results like the header of The Patterns Directory, which styles .site-link with color: #fff;.

costdev avatar Aug 10 '22 10:08 costdev

Looks like this was updated with an inline style.

closes #209

pkevan avatar Jul 08 '24 15:07 pkevan