From e0bbe785c73921bf892d44813a3bb7939c19954e Mon Sep 17 00:00:00 2001 From: benluelo Date: Thu, 25 Jan 2024 00:51:40 -0500 Subject: [PATCH] fix: fix some styling --- site/src/components/CodeSnippet.svelte | 10 +++------- site/src/pages/index.astro | 5 +++-- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/site/src/components/CodeSnippet.svelte b/site/src/components/CodeSnippet.svelte index 9a0a38c85c..dbd24d534c 100644 --- a/site/src/components/CodeSnippet.svelte +++ b/site/src/components/CodeSnippet.svelte @@ -16,17 +16,13 @@ onMount(async () => (highlightedCode = await highlightCode(code))) -
+
{@html highlightedCode}