lemoynelibrary / lemoyne

Files used in setting up new web design in LibGuides v2 and elsewhere
5 stars 1 forks source link

Increase Contrast in Banner Navigation #56

Open tomkeays opened 4 years ago

tomkeays commented 4 years ago

Currently, contrast is 4.48:1. So close! Changing the link color from #777 to #767676 is all it takes to fix it.

See: https://lemoyne.zoom.us/recording/share/lHOx2v3OEUxLp18wtb1HgYRBYFCbPerhv-C7KL9FgdCwIumekTziMw?startTime=1574268888000

.navbar-default .navbar-nav > li > a {
    color: #767676;
}

That said, perhaps an even larger contrast might be better. A color of #595959 would achieve a 7:1 (AAA) rating.