mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-08-24 10:04:09 -05:00
fix(projects/website): restore listing title hover underline
Assisted-by: pi (gpt-5.6-sol)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user