We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22bb94c commit 76f6f24Copy full SHA for 76f6f24
1 file changed
src/styles.css
@@ -294,6 +294,17 @@ a:hover {
294
text-underline-offset: 2px;
295
}
296
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
+
308
/* Global focus indicator for keyboard navigation */
309
:focus-visible {
310
outline: 2px solid var(--accent);
0 commit comments