From ccbd0069237c0b12c4951938674bf1c2a9a43ab4 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Tue, 22 Oct 2024 11:58:29 -0400 Subject: [PATCH] try this --- apps/svelte.dev/src/routes/_home/Testimonials.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/svelte.dev/src/routes/_home/Testimonials.svelte b/apps/svelte.dev/src/routes/_home/Testimonials.svelte index 7967bd330d..beabdb3fc1 100644 --- a/apps/svelte.dev/src/routes/_home/Testimonials.svelte +++ b/apps/svelte.dev/src/routes/_home/Testimonials.svelte @@ -111,6 +111,7 @@ border-radius: var(--sk-border-radius); filter: grayscale(1); transition: filter 0.2s; + -webkit-transform: translate3d(0, 0, 0.01); a:hover & { filter: grayscale(0);