diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 6d24463..c81c665 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -42,7 +42,7 @@
-

# SvelteKit with Socket.IO Integration

+

SvelteKit with Socket.IO Integration

diff --git a/tailwind.config.ts b/tailwind.config.ts index 812c5a2..075299a 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -4,4 +4,9 @@ import daisyui from 'daisyui'; export default { content: ['./src/**/*.{html,js,svelte,ts}'], plugins: [daisyui], + theme: { + colors: { + 'svelte': '#FF3E00' + } + } } satisfies Config;