diff --git a/src/app.css b/src/app.css index 9702b0d..ae89590 100644 --- a/src/app.css +++ b/src/app.css @@ -68,7 +68,7 @@ --secondary-foreground: oklch(0.8483 0.0382 307.9613); --muted: oklch(0.3234 0.0419 257.4748); --muted-foreground: oklch(0.794 0.0372 307.1032); - --accent: oklch(0.3649 0.0508 308.4911); + --accent: oklch(0.3649 0.0408 290.4911); --accent-foreground: oklch(0.9647 0.0091 341.8035); --destructive: oklch(0.5248 0.1368 20.8317); --destructive-foreground: oklch(1 0 0); @@ -218,7 +218,7 @@ } body { - @apply bg-background text-foreground; + @apply bg-background text-foreground bg-noise; } } @@ -476,6 +476,13 @@ transform: translateX(-50%); } +@utility bg-noise { + background-image: url(/images/noise.png); + background-size: auto; + background-repeat: repeat; + background-size: 96px 96px; +} + /* Copy button */ pre:has(code) { position: relative; diff --git a/src/app.html b/src/app.html index 33ef1a6..4afcbd3 100644 --- a/src/app.html +++ b/src/app.html @@ -8,16 +8,6 @@ %sveltekit.head% -
%sveltekit.body%
diff --git a/src/lib/components/ui/code-block/code-block.svelte b/src/lib/components/ui/code-block/code-block.svelte deleted file mode 100644 index 6be2bbe..0000000 --- a/src/lib/components/ui/code-block/code-block.svelte +++ /dev/null @@ -1,44 +0,0 @@ - - -
-
- -
- -
- diff --git a/src/lib/components/ui/code-block/index.ts b/src/lib/components/ui/code-block/index.ts deleted file mode 100644 index c01c967..0000000 --- a/src/lib/components/ui/code-block/index.ts +++ /dev/null @@ -1 +0,0 @@ -export { default as CodeBlock } from './code-block.svelte'; \ No newline at end of file diff --git a/src/lib/components/ui/sidebar/sidebar-inset.svelte b/src/lib/components/ui/sidebar/sidebar-inset.svelte index 8bca284..0a648b7 100644 --- a/src/lib/components/ui/sidebar/sidebar-inset.svelte +++ b/src/lib/components/ui/sidebar/sidebar-inset.svelte @@ -5,6 +5,6 @@ let { class: className, children, ...rest }: HTMLAttributes = $props(); -
+
{@render children?.()}
diff --git a/src/routes/chat/+layout.svelte b/src/routes/chat/+layout.svelte index 4f3ddf3..57d5ee7 100644 --- a/src/routes/chat/+layout.svelte +++ b/src/routes/chat/+layout.svelte @@ -537,7 +537,6 @@ {/snippet} Search ({cmdOrCtrl} + K) - {#snippet trigger(tooltip)}