Skip to content

Commit

Permalink
Merge pull request #570 from hilarysk/hilarysk/issue-568-The-blue-use…
Browse files Browse the repository at this point in the history
…d-for-links-doesnt-pass-WCAG-standards

Issue 568 - The blue used for links doesn't pass WCAG standards
  • Loading branch information
nodunayo committed May 8, 2024
2 parents 1f84348 + fff466d commit 483d0e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/assets/stylesheets/skeleton.css
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,9 @@ p {
/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
color: #1EAEDB; }
color: #147694; }
a:hover {
color: #0FA0CE; }
color: #105165; }


/* Buttons
Expand Down Expand Up @@ -219,8 +219,8 @@ input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
color: #FFF;
background-color: #1EAEDB;
border-color: #1EAEDB; }
background-color: #147694;
border-color: #147694; }


/* Forms
Expand Down

0 comments on commit 483d0e9

Please sign in to comment.