From 674962036fead51509bf9fc0291e73ad9b86a861 Mon Sep 17 00:00:00 2001 From: Dominic Gannaway Date: Tue, 22 Oct 2024 16:48:54 +0100 Subject: [PATCH 1/2] fix screenshot images --- 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 a0942d248a..17c67eb07c 100644 --- a/apps/svelte.dev/src/routes/_home/Testimonials.svelte +++ b/apps/svelte.dev/src/routes/_home/Testimonials.svelte @@ -128,6 +128,7 @@ border-radius: var(--sk-border-radius); filter: grayscale(1); transition: filter 0.2s; + -webkit-transform: translate3d(0, 0, 0); a:hover & { filter: grayscale(0); From 41b1038ba6b4eff7734c8e3d58c63405e385410c Mon Sep 17 00:00:00 2001 From: Dominic Gannaway Date: Tue, 22 Oct 2024 16:55:49 +0100 Subject: [PATCH 2/2] fix screenshot images --- apps/svelte.dev/src/routes/_home/Testimonials.svelte | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/svelte.dev/src/routes/_home/Testimonials.svelte b/apps/svelte.dev/src/routes/_home/Testimonials.svelte index 17c67eb07c..5fd54bf90a 100644 --- a/apps/svelte.dev/src/routes/_home/Testimonials.svelte +++ b/apps/svelte.dev/src/routes/_home/Testimonials.svelte @@ -126,9 +126,7 @@ height: auto; object-fit: contain; border-radius: var(--sk-border-radius); - filter: grayscale(1); transition: filter 0.2s; - -webkit-transform: translate3d(0, 0, 0); a:hover & { filter: grayscale(0);