diff --git a/resources/css/components/footnote-reference.css b/resources/css/components/footnote-reference.css index d45dee8..3dedb53 100644 --- a/resources/css/components/footnote-reference.css +++ b/resources/css/components/footnote-reference.css @@ -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);