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;
cursor: pointer;
&:hover {
@apply underline underline-offset-8;
text-decoration-thickness: 1px;
@apply decoration-neutral-400;
/* @apply underline underline-offset-8; */
/* text-decoration-thickness: 1px;
@apply decoration-neutral-400; */
@apply text-primary;
&:after {
transform: translate(0px, -2px) scale(1.1);