five-for-the-future
five-for-the-future copied to clipboard
Hyperlink not readable on Program Expectations page
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
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;.
Looks like this was updated with an inline style.
closes #209