File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -11,30 +11,30 @@ const Footer = () => {
11
11
< ExternalLink
12
12
title = "Miguel Solorio"
13
13
href = "https://www.miguelsolorio.com/"
14
- className = "group flex items-center space-x-2 transition-colors hover:text-white hover:decoration-white "
14
+ className = "group flex items-center space-x-2 transition-colors hover:text-white"
15
15
>
16
16
< span className = "hidden md:block" > Icons crafted by </ span >
17
17
< img
18
- className = "h-6 w-6 rounded-full transition-all group-hover:ring-2 group-hover:ring-zinc-500 "
18
+ className = "h-6 w-6 rounded-full transition-shadow group-hover:ring-2 group-hover:ring-react-symbol-pink "
19
19
src = "https://avatars.githubusercontent.com/u/35271042?v=4"
20
20
alt = "Miguel Solorio"
21
21
/>
22
- < span className = "underline decoration-zinc-500 decoration-wavy underline-offset-[4px]" >
22
+ < span className = "underline decoration-zinc-500 decoration-wavy underline-offset-[4px] group-hover:decoration-react-symbol-pink " >
23
23
Miguel Solorio
24
24
</ span >
25
25
</ ExternalLink >
26
26
< ExternalLink
27
27
title = "Pablo Hernández"
28
28
href = "https://pheralb.dev"
29
- className = "group flex items-center space-x-2 transition-colors hover:text-white hover:decoration-white "
29
+ className = "group flex items-center space-x-2 transition-colors hover:text-white"
30
30
>
31
31
< span className = "hidden md:block" > Website by</ span >
32
32
< img
33
- className = "h-6 w-6 rounded-full transition-all group-hover:ring-2 group-hover:ring-zinc-500 "
33
+ className = "h-6 w-6 rounded-full transition-shadow group-hover:ring-2 group-hover:ring-react-symbol-aqua "
34
34
src = "https://avatars.githubusercontent.com/u/62877300?v=4"
35
35
alt = "Pablo Hernández"
36
36
/>
37
- < span className = "underline decoration-zinc-500 decoration-wavy underline-offset-[4px]" >
37
+ < span className = "underline decoration-zinc-500 decoration-wavy underline-offset-[4px] group-hover:decoration-react-symbol-aqua " >
38
38
Pablo Hernández
39
39
</ span >
40
40
</ ExternalLink >
Original file line number Diff line number Diff line change @@ -21,7 +21,10 @@ const config: Config = {
21
21
md : "calc(var(--radius) - 2px)" ,
22
22
sm : "calc(var(--radius) - 4px)" ,
23
23
} ,
24
- colors : { } ,
24
+ colors : {
25
+ 'react-symbol-pink' : '#c084fc' ,
26
+ 'react-symbol-aqua' : '#22d3ee' ,
27
+ } ,
25
28
} ,
26
29
} ,
27
30
plugins : [ twAnimate ] ,
You can’t perform that action at this time.
0 commit comments