Skip to content

Commit

Permalink
Improve link on focus (again) (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
WebSnke committed Jul 10, 2023
1 parent fbf332f commit 5932fd5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@ nav a:after {
content: url(../images/star.png);
}

nav a:focus {
outline-offset: 10px;
outline: 2px dashed white;
}

nav a:last-child:after {
content: none;
}
Expand Down

0 comments on commit 5932fd5

Please sign in to comment.