mirror of
https://github.com/wavetermdev/docusaurus-og.git
synced 2026-08-05 13:46:35 -07:00
fix: link underline should only appear in hover state closes #75
This commit is contained in:
+4
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user