STYLE Updating text-decoration when hovered (lighter)
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nonimart 2025-06-24 13:01:49 +02:00
parent 6d12445569
commit cd9959dfc6
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@
&:hover { &:hover {
@apply underline underline-offset-8; @apply underline underline-offset-8;
text-decoration-thickness: 1px; text-decoration-thickness: 1px;
@apply decoration-neutral-400;
&:after { &:after {
transform: translate(0px, -2px) scale(1.1); transform: translate(0px, -2px) scale(1.1);

View File

@ -34,7 +34,7 @@
.sommaire-index a:hover, .sommaire-index a:hover,
.footnotes-index a:hover { .footnotes-index a:hover {
@apply text-carhop-green-800 underline-offset-8 underline; @apply text-carhop-green-800 underline-offset-8 underline decoration-neutral-400;
text-decoration-thickness: 1px; text-decoration-thickness: 1px;
} }
} }