Skip to content

Commit

Permalink
Swap hover/focus color to one that passes with 4.5 contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
pattonwebz committed Aug 30, 2024
1 parent d148dc7 commit 25b3b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/classes/Fixes/Fix/SkipLinkFix.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ public function add_skip_link_styles() {
.edac-bypass-block > a:hover,
.edac-bypass-block > a:focus {
text-decoration: none;
color: #0073aa;
color: #006595;
}

.edac-bypass-block > a:focus {
Expand Down

0 comments on commit 25b3b1f

Please sign in to comment.