diff --git a/src/components/Footer.astro b/src/components/Footer.astro
index df7648d..2351689 100644
--- a/src/components/Footer.astro
+++ b/src/components/Footer.astro
@@ -90,9 +90,9 @@ const t = getTranslations(lang);
margin-bottom: 1rem;
background: repeating-linear-gradient(
-45deg,
- #ef5a6f 0 14px,
+ var(--deep-red) 0 14px,
transparent 14px 28px,
- #536493 28px 42px,
+ var(--deep-blue) 28px 42px,
transparent 42px 56px
);
pointer-events: none;
diff --git a/src/components/Navigation.astro b/src/components/Navigation.astro
index 804ee06..39aad42 100644
--- a/src/components/Navigation.astro
+++ b/src/components/Navigation.astro
@@ -26,6 +26,20 @@ const t = getTranslations(lang);
+
+