Skip to content

Commit

Permalink
Ensure visibility of focus-ring in Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
RONAK-AI647 committed Nov 14, 2024
1 parent ea611a5 commit f041996
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/assets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,10 @@ a {
}
}

*:focus {
*:focus-visible {
outline-color: #757575;
outline:5px solid #757575;
outline-offset: 2px;
}

*::selection {
Expand Down

0 comments on commit f041996

Please sign in to comment.