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:
2024-02-26 14:20:32 +10:00
parent 4d3ea83326
commit 2a13698538
6 changed files with 56 additions and 12 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en" data-theme="dracula">
<html lang="en" data-theme="night">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />