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

Bootstrap button class .btn-primary fails color contrast #58

Closed
nickbristow opened this issue May 7, 2014 · 1 comment
Closed

Bootstrap button class .btn-primary fails color contrast #58

nickbristow opened this issue May 7, 2014 · 1 comment

Comments

@nickbristow
Copy link

The blue "RSVP for 18F Demo Day" uses the .btn-primary class from bootstrap which has,
background - #428bca
Text - white

This fails 508 color contrast at 3.63:1 Which is just below 508 standards.

The hover state has,
background - #3276b1
Text - White

Which passes 508 but not AAA.

Fix Suggestion
Override bootstrap class with new background colors
Normal state
Background - 2e6ca2

Hover
Background - 255782

@quepol quepol added the 508 label May 7, 2014
@konklone
Copy link
Contributor

I think this is moot, with Demo Day past? To the extent we need to revisit the site for 508 color contrast issues, it seems worth doing as part of a larger touch-up, which I think we're in a position to do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants