From 33c28bc220ea5f1528b1ff522f8161e720e0ece1 Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Wed, 18 Dec 2024 15:02:00 -0500 Subject: [PATCH] Navbar to daisy --- src/app.css | 12 ------------ src/lib/components/Navbar.svelte | 27 ++++----------------------- 2 files changed, 4 insertions(+), 35 deletions(-) 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