From f41a0f0cd4a98dc81639121cdc7739d9037077cc Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Thu, 10 Oct 2024 14:20:37 -0400 Subject: [PATCH] fix code in links --- packages/site-kit/src/lib/components/Text.svelte | 7 ------- 1 file changed, 7 deletions(-) diff --git a/packages/site-kit/src/lib/components/Text.svelte b/packages/site-kit/src/lib/components/Text.svelte index c370839cc6..cf6bc1432c 100644 --- a/packages/site-kit/src/lib/components/Text.svelte +++ b/packages/site-kit/src/lib/components/Text.svelte @@ -291,13 +291,6 @@ color: inherit; text-decoration: underline; transition: box-shadow 0.1s ease-in-out; - - /* TODO what is this for? */ - code { - all: unset !important; - color: inherit; - background-color: transparent !important; - } } /* permalinks */