From 0cd157a473171469a45a51c34b5e3c210e431603 Mon Sep 17 00:00:00 2001 From: Zoeycode Date: Fri, 15 Oct 2021 19:30:46 +0000 Subject: [PATCH] deploy: 09eca24b31bf129f64e7d1e68ec7b68b280719e1 --- 404.html | 8 ++++++-- index.html | 8 ++++++-- styles/index.css | 8 ++++++++ 3 files changed, 20 insertions(+), 4 deletions(-) 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 {