Add in Generic Navbar
+ Add DaisyUI and themes used + Add in generic navbar + Theming + Add in theme switcher (Firefox 120+ required, all others fine) - Removed some boilerplate svelte stuff
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
<h1 class="text-5xl font-bold">Welcome to SvelteKit</h1>
|
||||
<p>Visit <a href="https://kit.svelte.dev">kit.svelte.dev</a> to read the documentation</p>
|
||||
<input type="checkbox" value="light" class="toggle theme-controller" />
|
||||
<script>
|
||||
import Navbar from "../components/navbar/navbar.svelte";
|
||||
</script>
|
||||
|
||||
<Navbar />
|
||||
|
||||
Reference in New Issue
Block a user