File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments