summaryrefslogtreecommitdiff
path: root/src/components/Navbar.astro
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-13 14:59:42 +0100
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-13 14:59:42 +0100
commitd07c2f6a7ed699f1a7e5762c06b9ec4e8a8e5e94 (patch)
treef4ed78caa9a3d86c3fd7903bdb712c5164793075 /src/components/Navbar.astro
parent910dc5183c52d4d58cf5ba65583423a95dffdb30 (diff)
Fixes dark/light color-scheme switching
Diffstat (limited to 'src/components/Navbar.astro')
-rw-r--r--src/components/Navbar.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro
index 1ce0749..605ba68 100644
--- a/src/components/Navbar.astro
+++ b/src/components/Navbar.astro
@@ -14,7 +14,7 @@ const { locale } = Astro.props;
const t = translate(locale);
---
-<nav class="dark">
+<nav>
<h1 class="logo">
<a href="/">
{t(tSite, { key: 'scots-leid-associe' })}