diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png index cfd6d30..705a7dc 100644 Binary files a/static/apple-touch-icon.png and b/static/apple-touch-icon.png differ diff --git a/static/favicon-192.png b/static/favicon-192.png index 9fca7bf..1459f62 100644 Binary files a/static/favicon-192.png and b/static/favicon-192.png differ diff --git a/static/favicon-32.png b/static/favicon-32.png index 5093db6..73ba8b1 100644 Binary files a/static/favicon-32.png and b/static/favicon-32.png differ diff --git a/static/logo.png b/static/logo.png deleted file mode 100644 index f2ed656..0000000 Binary files a/static/logo.png and /dev/null differ diff --git a/static/logo.svg b/static/logo.svg new file mode 100644 index 0000000..5b98763 --- /dev/null +++ b/static/logo.svg @@ -0,0 +1,35 @@ + + + + + + + + + + diff --git a/static/social.png b/static/social.png index 2c97deb..2cc4a35 100644 Binary files a/static/social.png and b/static/social.png differ diff --git a/static/style.css b/static/style.css index 61bc309..bc5a56f 100644 --- a/static/style.css +++ b/static/style.css @@ -18,6 +18,7 @@ code, pre, kbd, samp { font-family: var(--font-mono); } --accent-h: light-dark(#2E474C, #507882); --border: light-dark(#e0e0e0, #333); --surface: light-dark(#f5f5f5, #252525); + --wordmark: light-dark(#2E474C, #d4d4d4); --code-bg: var(--fink-bg); --code-text: var(--fink-text); --font-sans: "Inter", system-ui, sans-serif; @@ -44,9 +45,13 @@ a:hover { color: var(--accent-h); text-decoration: underline; } header { border-bottom: 1px solid var(--border); padding: 0 2rem; + position: sticky; + top: 0; + background: var(--bg); + z-index: 50; } nav { - max-width: calc(var(--max-w) + 8rem); + max-width: calc(var(--max-w) + 14rem); margin: 0 auto; display: flex; align-items: center; @@ -55,14 +60,14 @@ nav { } nav .wordmark { font-family: var(--font-wordmark); - font-size: 1.4rem; + font-size: 1.5rem; font-weight: 700; - color: var(--text); + color: var(--wordmark); margin-right: auto; text-decoration: none; display: flex; align-items: center; - gap: 0.4rem; + gap: 0.4em; } .wordmark-logo { height: 2.5rem; @@ -132,13 +137,14 @@ footer { font-family: var(--font-wordmark); font-size: 4rem; font-weight: 800; + color: var(--wordmark); letter-spacing: -0.02em; line-height: 1; margin-bottom: 1rem; display: flex; align-items: center; justify-content: center; - gap: 0.5rem; + gap: 0.5em; } .hero-logo { height: 6rem; diff --git a/templates/404.html b/templates/404.html index 096d6b6..abe383e 100644 --- a/templates/404.html +++ b/templates/404.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block content %}
- ƒink + ƒink

404

That page doesn't exist. Go home.

diff --git a/templates/base.html b/templates/base.html index f427fba..3e89e98 100644 --- a/templates/base.html +++ b/templates/base.html @@ -8,6 +8,7 @@ + @@ -41,7 +42,7 @@