Skip to content

Commit

Permalink
Local navigation: Underline links on hover
Browse files Browse the repository at this point in the history
See #592, links are not underlined by default, but they should have underlines on hover.
  • Loading branch information
ryelle committed Aug 17, 2023
1 parent 6cda9af commit 11bccb6
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@

a {
font-size: 0.8125rem;

&:hover {
text-decoration: underline;
}
}

form[role="search"] {
Expand Down

0 comments on commit 11bccb6

Please sign in to comment.