mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
fix
This commit is contained in:
parent
6306771a88
commit
0bb904bc9f
@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
<svelte:head>
|
<svelte:head>
|
||||||
{#if $currentThemeDefinition?.themeCss}
|
{#if $currentThemeDefinition?.themeCss}
|
||||||
{@html `<style id="themePlugin" ✂prettier:content✂="JHskY3VycmVudFRoZW1lRGVmaW5pdGlvbj8udGhlbWVDc3N9" ✂prettier:content✂="" ✂prettier:content✂="" ✂prettier:content✂="" ✂prettier:content✂="" ✂prettier:content✂=""></style>`}
|
{@html `<style id="themePlugin">${$currentThemeDefinition?.themeCss}</style>`}
|
||||||
{/if}
|
{/if}
|
||||||
</svelte:head>
|
</svelte:head>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user