Skip to content

Commit

Permalink
fix: focus and active link accessibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
crhallberg committed Jun 12, 2024
1 parent ad659e6 commit baf64b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ iframe {
font-weight: 500;
text-decoration-thickness: max(0.08em, 2px);

&:hover {
&:hover, &:focus, &:active {
color: $green;
}
}
Expand Down

0 comments on commit baf64b2

Please sign in to comment.