diff --git a/404.html b/404.html
index 57bfacd..6497faf 100644
--- a/404.html
+++ b/404.html
@@ -9,8 +9,12 @@
- Zoey's website |
- she/they
+
+ Zoey's website |
+ she/they
+
+
+ Source
404 Not Found
diff --git a/index.html b/index.html
index 4c2e0cf..b1e8554 100644
--- a/index.html
+++ b/index.html
@@ -9,8 +9,12 @@
- Zoey's website |
- she/they
+
+ Zoey's website |
+ she/they
+
+
+ Source
Zoey’s Website
diff --git a/styles/index.css b/styles/index.css
index 526549a..3cc6d70 100644
--- a/styles/index.css
+++ b/styles/index.css
@@ -22,6 +22,14 @@ header.main-header {
padding: 4px;
background-color: var(--accent-color);
color: var(--accent-text-color);
+ display: flex;
+ gap: 4px;
+}
+header.main-header a {
+ color: inherit;
+}
+header.main-header .spacer {
+ margin-left: auto;
}
a {