FEEDBACK Removing undelining when hovering footnote
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nonimart 2025-10-06 11:11:10 +02:00
parent ba299cc114
commit 17bea1ba4a

View File

@ -2,9 +2,10 @@
color: unset; color: unset;
cursor: pointer; cursor: pointer;
&:hover { &:hover {
@apply underline underline-offset-8; /* @apply underline underline-offset-8; */
text-decoration-thickness: 1px; /* text-decoration-thickness: 1px;
@apply decoration-neutral-400; @apply decoration-neutral-400; */
@apply text-primary;
&:after { &:after {
transform: translate(0px, -2px) scale(1.1); transform: translate(0px, -2px) scale(1.1);