Skip to content

Commit

Permalink
Make links interactive
Browse files Browse the repository at this point in the history
  • Loading branch information
stefba committed May 18, 2024
1 parent 252d743 commit e990cfc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
box-sizing:border-box
}

button:hover,
a:hover {
text-decoration: underline;
}

div[tabindex="-1"]:focus {
outline: 0;
}
Expand Down

0 comments on commit e990cfc

Please sign in to comment.