From 7bfda5aee9201f89a93d5a6f20f99c6f87f4547f Mon Sep 17 00:00:00 2001 From: Alex Nguyen Date: Wed, 24 Jan 2024 18:55:51 +1300 Subject: [PATCH] Update 2.mdx --- src/content/docs/en/tutorial/6-islands/2.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/content/docs/en/tutorial/6-islands/2.mdx b/src/content/docs/en/tutorial/6-islands/2.mdx index 2bea18e66d51d..fc8e60634044d 100644 --- a/src/content/docs/en/tutorial/6-islands/2.mdx +++ b/src/content/docs/en/tutorial/6-islands/2.mdx @@ -44,7 +44,6 @@ Let's build a clickable icon to let your users toggle between light or dark mode } .sun { fill: black; } .moon { fill: transparent; } - :global(.dark) .sun { fill: transparent; } :global(.dark) .moon { fill: white; }