fix(theme): allow raw html in head style

This commit is contained in:
2026-02-09 15:49:50 +01:00
parent 18802fdc10
commit d9c9bb5234
2 changed files with 1 additions and 17 deletions

View File

@@ -52,6 +52,7 @@
});
</script>
<svelte:head>
<!-- eslint-disable-next-line svelte/no-at-html-tags -->
{@html themeCss}
</svelte:head>