From c3d9a23832995939e2bf31df6e5c1d5483cff514 Mon Sep 17 00:00:00 2001 From: Yannic Date: Tue, 30 Sep 2025 15:57:12 +0200 Subject: [PATCH] replace inline styles with style tag --- packages/kit/src/core/sync/write_root.js | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/packages/kit/src/core/sync/write_root.js b/packages/kit/src/core/sync/write_root.js index eb9c61885c9c..ebddcf23752b 100644 --- a/packages/kit/src/core/sync/write_root.js +++ b/packages/kit/src/core/sync/write_root.js @@ -137,12 +137,27 @@ export function write_root(manifest_data, output) { ${pyramid} {#if mounted} -
+
{#if navigated} {title} {/if}
{/if} + + ` );