Skip to content

Commit

Permalink
feat(ui): add link hover transition
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-sid committed Jun 19, 2023
1 parent f9e4370 commit 112c59b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions assets/sass/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@

a {
color: $text-base-color;
transition: all 150ms ease-in 0s;

&:hover,
&focus {
Expand Down Expand Up @@ -124,7 +125,7 @@
a {
text-decoration: none;
margin-right: .31rem;

}
svg {
color: #888a90;
Expand Down Expand Up @@ -250,4 +251,4 @@ mark {
background: #ff0;
color: #000;
border-radius: 3px;
}
}

0 comments on commit 112c59b

Please sign in to comment.