diff --git a/src/components/header.svelte b/src/components/header.svelte index 408aead..2cc6fb7 100644 --- a/src/components/header.svelte +++ b/src/components/header.svelte @@ -9,18 +9,20 @@ src="https://dutchellie.nl/DutchEllie/proper-website-2/raw/branch/main/web/static/images/icon.png" alt="Icon" /> -
Surviving the rewriting
+Surviving the rewriting
The modern web meets 2000
-@@ -15,17 +15,15 @@ check out under the "Galaxies" page.
Welcome to my sidebar (o^▽^o)
diff --git a/src/components/navbutton.svelte b/src/components/navbutton.svelte
index 2a7e10e..b0ed9e8 100644
--- a/src/components/navbutton.svelte
+++ b/src/components/navbutton.svelte
@@ -5,7 +5,7 @@
-
@@ -19,7 +19,7 @@
height: 2px;
bottom: 0;
left: 0;
- background-color: #638CF6;
+ background-color: #421727;
}
.link-underline {
display: inline-block;
@@ -34,7 +34,7 @@
height: 2px;
bottom: 0;
left: 0;
- background-color: #5EECBE;
+ background-color: #421727;
transform-origin: bottom right;
transition: transform 0.25s ease-out;
}
@@ -42,6 +42,6 @@
.link-underline:hover:after {
transform: scaleX(1);
transform-origin: bottom left;
- background-color: #638CF6;
+ background-color: #421727;
}
\ No newline at end of file
diff --git a/src/routes/__layout.svelte b/src/routes/__layout.svelte
index 9d7eca9..cd28006 100644
--- a/src/routes/__layout.svelte
+++ b/src/routes/__layout.svelte
@@ -5,7 +5,7 @@