diff --git a/src/app.css b/src/app.css index 0a388d3..f293a80 100644 --- a/src/app.css +++ b/src/app.css @@ -5,16 +5,4 @@ :root { @apply text-base-content; -} - -h1 { - @apply font-display text-4xl; -} - -h2 { - @apply font-display text-3xl; -} - -h3 { - @apply font-display text-2xl; } \ No newline at end of file diff --git a/src/lib/components/Navbar.svelte b/src/lib/components/Navbar.svelte index bb75025..1abf0ef 100644 --- a/src/lib/components/Navbar.svelte +++ b/src/lib/components/Navbar.svelte @@ -2,30 +2,11 @@ let { title }: { title: string } = $props(); -
- + \ No newline at end of file