File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 7
7
@pointerleave =" handlePointerLeave"
8
8
>
9
9
<div
10
- class =" duration-[var(--duration)] ease-[var(--easing)] delay-[var(--delay)] grid h-full origin-center overflow-hidden rounded-xl transition-transform will-change-transform [transform:rotateY(var(--r-x))_rotateX(var(--r-y))] hover:filter-none hover:[--duration:200ms] hover:[--easing:linear] hover:[--opacity:0.3 ] shadow-2xl shadow-black/50"
10
+ class =" duration-[var(--duration)] ease-[var(--easing)] delay-[var(--delay)] grid h-full origin-center overflow-hidden rounded-xl transition-transform will-change-transform [transform:rotateY(var(--r-x))_rotateX(var(--r-y))] hover:filter-none hover:[--duration:200ms] hover:[--easing:linear] hover:[--opacity:0.4 ] shadow-2xl shadow-black/50"
11
11
>
12
12
<div
13
13
class =" grid size-full mix-blend-soft-light [clip-path:inset(0_0_0_0_round_var(--radius))] [grid-area:1/1]"
Original file line number Diff line number Diff line change @@ -102,13 +102,12 @@ router.onAfterRouteChange = () => {
102
102
href =" /assets/shigure-ui-smol.gif"
103
103
fetchpriority =" low"
104
104
/>
105
- <link rel =" preload"
106
- rel =" preload"
107
- as =" image"
108
- href =" /assets/elysia-chan-card.webp"
109
- fetchpriority =" low"
110
-
111
- >
105
+ <link
106
+ rel =" preload"
107
+ as =" image"
108
+ href =" /assets/elysia-chan-card.webp"
109
+ fetchpriority =" low"
110
+ />
112
111
<meta name =" theme-color" :content =" isDark ? '#0f172a' : '#ffffff'" />
113
112
<AnimatePresence >
114
113
<motion .div
You can’t perform that action at this time.
0 commit comments