diff --git a/website/src/app.css b/website/src/app.css
index c81bcf73..e52c7a2c 100644
--- a/website/src/app.css
+++ b/website/src/app.css
@@ -3,6 +3,20 @@
@tailwind utilities;
@layer base {
+ :root {
+ --color-background: rgb(244 244 245);
+ --color-foreground: rgb(24 24 27);
+ --color-primary: rgb(180 83 9);
+ --color-secondary: rgb(228 228 231);
+ }
+
+ :root[class~="dark"] {
+ --color-background: rgb(24 24 27);
+ --color-foreground: rgb(244 244 245);
+ --color-primary: rgb(180 83 9);
+ --color-secondary: rgb(39 39 42);
+ }
+
h1 {
font-weight: 700;
font-size: 1.875em;
diff --git a/website/src/lib/components/DatabaseCard.svelte b/website/src/lib/components/DatabaseCard.svelte
index 5afec286..b99fdd7a 100644
--- a/website/src/lib/components/DatabaseCard.svelte
+++ b/website/src/lib/components/DatabaseCard.svelte
@@ -8,6 +8,6 @@
diff --git a/website/src/lib/components/Navbar.svelte b/website/src/lib/components/Navbar.svelte
index 4136d36a..fd9f3014 100644
--- a/website/src/lib/components/Navbar.svelte
+++ b/website/src/lib/components/Navbar.svelte
@@ -4,9 +4,10 @@
import Github from '$lib/components/icons/Github.svelte';
import XTwitter from '$lib/components/icons/XTwitter.svelte';
import Discord from '$lib/components/icons/Discord.svelte';
+ import ThemeSwitcher from '$lib/components/ThemeSwitcher.svelte';
-
+
@@ -14,14 +15,21 @@
Njord
-