summaryrefslogtreecommitdiff
path: root/src/components/Footer.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/Footer.astro
parent910dc5183c52d4d58cf5ba65583423a95dffdb30 (diff)
Fixes dark/light color-scheme switching
Diffstat (limited to 'src/components/Footer.astro')
-rw-r--r--src/components/Footer.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Footer.astro b/src/components/Footer.astro
index f5de8b8..2f58ae2 100644
--- a/src/components/Footer.astro
+++ b/src/components/Footer.astro
@@ -2,7 +2,7 @@
---
-<footer class="dark">
+<footer>
<p class="btn back-to-top-link">
<a href="#main">▴ Back til tap</a>
</p>