diff --git a/src/components/BackgroundImage.astro b/src/components/BackgroundImage.astro
index 458f78f..67f12f0 100644
--- a/src/components/BackgroundImage.astro
+++ b/src/components/BackgroundImage.astro
@@ -3,7 +3,13 @@ import { Image } from "astro:assets";
import localBau from "@images/90.png";
---
-
{error}
{/if} - + {t("login.discord")} @@ -137,7 +140,9 @@ text-decoration: none; font-size: 0.85rem; border-bottom: 1px solid transparent; - transition: color 0.2s, border-color 0.2s; + transition: + color 0.2s, + border-color 0.2s; } .sw-link:hover { diff --git a/src/components/Navbar.svelte b/src/components/Navbar.svelte index 11edce6..ae5381e 100644 --- a/src/components/Navbar.svelte +++ b/src/components/Navbar.svelte @@ -58,11 +58,7 @@