diff --git a/.gitignore b/.gitignore
index b2fd9a0660..79491bd533 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,5 @@ npm-debug.log*
.pre-commit-config.yaml
# Local Netlify folder
.netlify
+
+colors.json
diff --git a/core/public/divider/landing_search_bottom.svg b/core/public/divider/landing_search_bottom.svg
index 8157348908..2956283aa0 100644
--- a/core/public/divider/landing_search_bottom.svg
+++ b/core/public/divider/landing_search_bottom.svg
@@ -1,12 +1,12 @@
-
diff --git a/core/src/assets/image/divider/header_nixdarkblue.svg b/core/src/assets/image/divider/header_nixdarkblue.svg
index 79516ea441..b939ab6c42 100644
--- a/core/src/assets/image/divider/header_nixdarkblue.svg
+++ b/core/src/assets/image/divider/header_nixdarkblue.svg
@@ -1,3 +1,3 @@
-
+
diff --git a/core/src/assets/image/divider/landing_search_bottom.svg b/core/src/assets/image/divider/landing_search_bottom.svg
index cdae14cb7d..2956283aa0 100644
--- a/core/src/assets/image/divider/landing_search_bottom.svg
+++ b/core/src/assets/image/divider/landing_search_bottom.svg
@@ -2,11 +2,11 @@
-
-
-
-
\ No newline at end of file
+
diff --git a/core/src/assets/image/divider/landing_search_top.svg b/core/src/assets/image/divider/landing_search_top.svg
index ad1be11a58..2aaf4b9e75 100644
--- a/core/src/assets/image/divider/landing_search_top.svg
+++ b/core/src/assets/image/divider/landing_search_top.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/core/src/assets/image/divider/slope_down.svg b/core/src/assets/image/divider/slope_down.svg
index 167d7cefec..01261a6693 100644
--- a/core/src/assets/image/divider/slope_down.svg
+++ b/core/src/assets/image/divider/slope_down.svg
@@ -35,6 +35,6 @@
inkscape:clip-to-page="true" />
diff --git a/core/src/assets/image/hero-bg.svg b/core/src/assets/image/hero-bg.svg
index 71af9ebf62..c52e607a84 100644
--- a/core/src/assets/image/hero-bg.svg
+++ b/core/src/assets/image/hero-bg.svg
@@ -1,4 +1,4 @@
-
+
-
\ No newline at end of file
+
diff --git a/core/src/components/Footer.astro b/core/src/components/Footer.astro
index 2e6531f01a..9907b0b240 100644
--- a/core/src/components/Footer.astro
+++ b/core/src/components/Footer.astro
@@ -11,7 +11,7 @@ const footerMenu = await getEntry('menus', 'footer');
---