Skip to content

Commit af0da2e

Browse files
Showfomclaude
andcommitted
Remove link hover effect for now
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 17f2e6c commit af0da2e

1 file changed

Lines changed: 0 additions & 33 deletions

File tree

src/styles/globals.css

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -16,39 +16,6 @@ code {
1616
font-family: var(--font-mono) !important;
1717
}
1818

19-
/* ===== Link Hover Effect ===== */
20-
article a,
21-
.nextra-content a,
22-
main p a,
23-
main li a {
24-
background: linear-gradient(90deg, #fbcfe8, #fbcfe8) 0 100% / 0% 100% no-repeat;
25-
padding: 2px;
26-
transition: background-size .2s;
27-
position: relative;
28-
overflow: hidden;
29-
}
30-
31-
html.dark article a,
32-
html.dark .nextra-content a,
33-
html.dark main p a,
34-
html.dark main li a,
35-
.dark article a,
36-
.dark .nextra-content a,
37-
.dark main p a,
38-
.dark main li a {
39-
background: linear-gradient(90deg, #ec4899, #ec4899) 0 100% / 0% 100% no-repeat;
40-
}
41-
42-
article a:active,
43-
article a:hover,
44-
.nextra-content a:active,
45-
.nextra-content a:hover,
46-
main p a:active,
47-
main p a:hover,
48-
main li a:active,
49-
main li a:hover {
50-
background-size: 100% 100%;
51-
}
5219

5320

5421
/* Global code block styles - matches homepage premium design */

0 commit comments

Comments
 (0)