fix(projects/website): restore listing title hover underline

Assisted-by: pi (gpt-5.6-sol)
This commit is contained in:
Gabriel Fontes
2026-08-12 15:19:07 -03:00
parent b5be716f85
commit c8247e3fdc
@@ -59,6 +59,13 @@
text-decoration-color: transparent;
}
.listing > section > article h2 a:hover,
.listing > section > article h2 a:focus-visible {
text-decoration-color: var(--primary);
text-decoration-thickness: 2px;
text-underline-offset: 0.2em;
}
.listing > section > article > :is(section, footer) {
grid-column: 2;