diff --git a/src/lib/viewport/footer.svelte b/src/lib/viewport/footer.svelte index 0de82e0..65cf6c5 100644 --- a/src/lib/viewport/footer.svelte +++ b/src/lib/viewport/footer.svelte @@ -79,7 +79,7 @@ .background { background-color: var(--color-background-highlight); - backdrop-filter: blur(6px); + backdrop-filter: blur(var(--blur-radius-background)); margin-top: 32px; } diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 25241c6..242d31e 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -120,6 +120,8 @@ --color-link-visited: #ffd7f0; --color-link-hovered: #ffdad5; + --blur-radius-background: 6px; + /* fonts */ --font-line-height: 1.6rem; diff --git a/src/routes/meta/about/+page.svelte b/src/routes/meta/about/+page.svelte index e109c92..fd6d957 100644 --- a/src/routes/meta/about/+page.svelte +++ b/src/routes/meta/about/+page.svelte @@ -179,5 +179,30 @@

hmm... maybe worth it to point out that this website and everything else I make comes straight from my own hands and brain. No generative AI is used, ever.

-

Last updated: 2026-02-02

- \ No newline at end of file +

What does '0461' stand for?

+ +

It's a reference to Ratchet & Clank; Clank's designation is XJ-0461.

+ +

If you could take 3 albums to a desert island, which ones?

+ +

acloudyskye's There Must Be Something Here as a melodic and emotional record, Jaron's it's hard to see color [When You're So Impossibly Far Away*] for its pure hyperpop energy, and venturing's Ghostholding as an emotional and sad album.

+ +

Tell me a fun fact.

+ +

I am currently replaying the original Ratchet & Clank (2002) and I am playing it in German for once because I haven't heard the German voies in so long. The dialogue translated into German is often longer than the original English dialogue, which makes characters' voice lines run into one another. This doesn't happen in the English original.

+ +

Last updated: 2026-02-12

+ + + \ No newline at end of file