diff --git a/src/app.css b/src/app.css
index 06dd7c0..5ca67e0 100644
--- a/src/app.css
+++ b/src/app.css
@@ -1,6 +1,6 @@
@import "tailwindcss";
@plugin "@tailwindcss/typography";
-@config "$src/../tailwind.config.ts";
+@config "../tailwind.config.ts";
@font-face {
font-family: 'Lineyka';
@@ -29,8 +29,4 @@
.no-x-scroll {
max-width: 100%;
overflow-x: hidden;
-}
-
-.hero-background {
- @apply bg-[url('/common/background-day.webp')] dark:bg-[url('/common/background-night.webp')] bg-cover bg-fixed;
}
\ No newline at end of file
diff --git a/src/lib/components/HoverIcon.svelte b/src/lib/components/HoverIcon.svelte
index 7fbff3c..c2c5a01 100644
--- a/src/lib/components/HoverIcon.svelte
+++ b/src/lib/components/HoverIcon.svelte
@@ -6,22 +6,17 @@
export let src: string | null = null;
export let text: string;
export let size: number = 32;
- export let black: boolean = false;
let isUrl;
$: isUrl = src?.startsWith('/') || src?.startsWith('http');
-
+
{#if src}
{#if isUrl}
{:else}
-
+
{/if}
{:else}
{text}
diff --git a/src/lib/components/NavBar.svelte b/src/lib/components/NavBar.svelte
deleted file mode 100644
index 398decc..0000000
--- a/src/lib/components/NavBar.svelte
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
- {#each routes as route (route.href)}
-
-
-
-
-
- {route.label}
-
-
- {/each}
-
-
-
diff --git a/src/lib/components/SocialHyperlink.svelte b/src/lib/components/SocialHyperlink.svelte
index 27efb4c..93920e9 100644
--- a/src/lib/components/SocialHyperlink.svelte
+++ b/src/lib/components/SocialHyperlink.svelte
@@ -13,7 +13,9 @@
diff --git a/src/routes/+error.svelte b/src/routes/+error.svelte
index 0f5e7ab..244bfd7 100644
--- a/src/routes/+error.svelte
+++ b/src/routes/+error.svelte
@@ -3,11 +3,11 @@
- {page.status} — Tea Sanctuary
+ 404 — Tea Sanctuary
-
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte
index ac454fb..1aca0ff 100644
--- a/src/routes/+layout.svelte
+++ b/src/routes/+layout.svelte
@@ -1,15 +1,20 @@
@@ -20,21 +25,16 @@
Tea Sanctuary
-
-
-
-
-
-
-
-
-
-
- © 2025 Tea Sanctuary
-
-
-
-
+
+
+
+
+
+
+ © 2025 Tea Sanctuary
+
+
+
diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte
index 073d202..67b2cf0 100644
--- a/src/routes/+page.svelte
+++ b/src/routes/+page.svelte
@@ -4,13 +4,10 @@
import { PUBLIC_TS_DISCORD } from '$env/static/public';
-
- Tea Sanctuary
-
-