Skip to content

Commit

Permalink
Stop scaling links on mouseover (#1057)
Browse files Browse the repository at this point in the history
In some ways I like this but it feels unprofessional?
  • Loading branch information
theosanderson authored Feb 21, 2024
1 parent ddd58f5 commit 473b8c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/src/styles/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

a {
&:hover {
@apply underline decoration-emerald-700 scale-105;
@apply underline decoration-emerald-700;
}
}

Expand Down Expand Up @@ -78,4 +78,4 @@ table, tr, td {
-moz-animation: react-confirm-alert-fadeIn 0.5s 0.2s forwards;
-o-animation: react-confirm-alert-fadeIn 0.5s 0.2s forwards;
animation: react-confirm-alert-fadeIn 0.5s 0.2s forwards;
}
}

0 comments on commit 473b8c6

Please sign in to comment.