Skip to content

Commit

Permalink
fix: link underline should only appear in hover state closes #75
Browse files Browse the repository at this point in the history
  • Loading branch information
jeangovil committed Jun 22, 2023
1 parent b0ca76f commit 00701b7
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
display: flex;
align-items: center;
gap: 6px;
text-decoration: none;
}

.linkContent:hover {
text-decoration: underline;
text-underline-offset: 0.3rem;
text-decoration-color: rgba(var(--lsd-text-primary), 0.6);
Expand Down

0 comments on commit 00701b7

Please sign in to comment.