Skip to content

Commit 76f6f24

Browse files
committed
fix: remove card link hover underlines
1 parent 22bb94c commit 76f6f24

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

src/styles.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,17 @@ a:hover {
294294
text-underline-offset: 2px;
295295
}
296296

297+
a.card:hover,
298+
a.skill-card:hover,
299+
a.skill-list-item:hover,
300+
a.home-quick-link:hover,
301+
a.home-category-card:hover,
302+
a.home-v2-c-card:hover,
303+
a.home-v2-cat-item:hover,
304+
a.home-v2-trend-card:hover {
305+
text-decoration: none;
306+
}
307+
297308
/* Global focus indicator for keyboard navigation */
298309
:focus-visible {
299310
outline: 2px solid var(--accent);

0 commit comments

Comments
 (0)