fix: remove card link hover underlines

This commit is contained in:
Val Alexander
2026-04-29 03:22:27 -05:00
parent 22bb94cee2
commit 76f6f24738
+11
View File
@@ -294,6 +294,17 @@ a:hover {
text-underline-offset: 2px;
}
a.card:hover,
a.skill-card:hover,
a.skill-list-item:hover,
a.home-quick-link:hover,
a.home-category-card:hover,
a.home-v2-c-card:hover,
a.home-v2-cat-item:hover,
a.home-v2-trend-card:hover {
text-decoration: none;
}
/* Global focus indicator for keyboard navigation */
:focus-visible {
outline: 2px solid var(--accent);