diff --git a/src/routes/theme.svelte b/src/routes/theme.svelte new file mode 100644 index 0000000..57f31c1 --- /dev/null +++ b/src/routes/theme.svelte @@ -0,0 +1,41 @@ + + + + {#if $theme === 'light'} + + {/if} + + {#if $theme === 'dark'} + + {/if} +