fix: link underline should only appear in hover state closes #75

This commit is contained in:
Hossein Mehrabi
2023-06-23 02:47:09 +03:30
parent b0ca76f309
commit 00701b7b42
@@ -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);