Skip to content

Commit

Permalink
Updating the button colour to meet WCAG 2.0 AA standards for contrast (
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanbossenger authored Feb 27, 2024
1 parent 9619ad6 commit d8a24c8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1598,7 +1598,7 @@ for a cross of good semantics with the visual */
#bbpress-forums fieldset.bbp-form .submit.subscription-toggle,
#bbpress-forums fieldset.bbp-form .submit.favorite-toggle,
.download-button {
background: #0085ba;
background: #006899;
border-color: #0073aa #006799 #006799;
box-shadow: 0 1px 0 #006799;
color: #fff;
Expand All @@ -1611,7 +1611,7 @@ for a cross of good semantics with the visual */
#bbpress-forums fieldset.bbp-form .submit.subscription-toggle:visited,
#bbpress-forums fieldset.bbp-form .submit.favorite-toggle:visited,
.download-button:visited {
background: #0085ba;
background: #006899;
border-color: #0073aa #006799 #006799;
box-shadow: 0 1px 0 #006799;
color: #fff;
Expand Down

0 comments on commit d8a24c8

Please sign in to comment.