FEATURE Highlighting the links on hover to better show interaction is possible

This commit is contained in:
Nonimart 2025-06-24 12:51:42 +02:00
parent 12e856c75d
commit 254015dc44

View File

@ -31,4 +31,10 @@
@apply hidden; @apply hidden;
} }
} }
.sommaire-index a:hover,
.footnotes-index a:hover {
@apply text-carhop-green-800 underline-offset-8 underline;
text-decoration-thickness: 1px;
}
} }