From 623b7b4260f9687d37849bf5fb572e9b3255e78d Mon Sep 17 00:00:00 2001 From: carsho <46286156+CarsonGH@users.noreply.github.com> Date: Fri, 12 Dec 2025 11:45:50 -0800 Subject: [PATCH] Fixed color of card symbol in solved state Before the --fg-1 var was not being set in the solved state, leading to it having bad contrast and looking ugly in the solved state. --- .../02-styles/+assets/app-b/src/lib/App.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/svelte.dev/content/tutorial/01-svelte/07-classes-and-styles/02-styles/+assets/app-b/src/lib/App.svelte b/apps/svelte.dev/content/tutorial/01-svelte/07-classes-and-styles/02-styles/+assets/app-b/src/lib/App.svelte index eef0316f67..2bee9fc402 100644 --- a/apps/svelte.dev/content/tutorial/01-svelte/07-classes-and-styles/02-styles/+assets/app-b/src/lib/App.svelte +++ b/apps/svelte.dev/content/tutorial/01-svelte/07-classes-and-styles/02-styles/+assets/app-b/src/lib/App.svelte @@ -10,6 +10,7 @@ style:--bg-1="palegoldenrod" style:--bg-2="black" style:--bg-3="goldenrod" + style:--fg-1="black" onclick={() => flipped = !flipped} >