diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/Footer.astro | 2 | ||||
| -rw-r--r-- | src/components/Navbar.astro | 2 |
2 files changed, 2 insertions, 2 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> 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' })} |
