diff --git a/src/app.css b/src/app.css
index 9b00298..81fc896 100644
--- a/src/app.css
+++ b/src/app.css
@@ -42,7 +42,7 @@ body {
--grey-one: #252b31;
--grey-two: #28313b;
--grey-three: #373e4d;
- --grey-four: #1b1e29;
+ --grey-four: #182244;
--grey-five: hsl(208, 30%, 75%);
--grey-six: hsla(223, 14%, 15%, 0.655);
--grey-seven: #535563;
diff --git a/src/lib/components/atoms/Spinner.svelte b/src/lib/components/atoms/Spinner.svelte
index 4274a7a..11e0f95 100644
--- a/src/lib/components/atoms/Spinner.svelte
+++ b/src/lib/components/atoms/Spinner.svelte
@@ -14,8 +14,8 @@
content: '';
box-sizing: border-box;
position: fixed;
- top: 48.25%;
- left: 48.25%;
+ top: 50%;
+ left: 50%;
width: 50px;
height: 50px;
border-radius: 50%;
diff --git a/src/lib/components/molecules/Footer.svelte b/src/lib/components/molecules/Footer.svelte
index 678f890..2c61d36 100644
--- a/src/lib/components/molecules/Footer.svelte
+++ b/src/lib/components/molecules/Footer.svelte
@@ -1,5 +1,5 @@
@@ -24,10 +24,11 @@
Download
Docs
Patches
- Credits
+ Contributors
-