feat: improve link style

This commit is contained in:
Sonny
2024-11-03 16:06:36 +01:00
committed by Sonny
parent bcad333783
commit 01a21ddef8
3 changed files with 27 additions and 23 deletions

View File

@@ -37,8 +37,14 @@
white-space: nowrap;
overflow: hidden;
font-size: 0.8em;
transition: opacity 0.3s;
}
.linkWrapper:hover .linkUrlPathname {
opacity: 1;
}
.linkUrlPathname {
opacity: 0;
transition: opacity 0.3s;
}