From e8151845edbf4a23c08fbce03effbbeb3da889d1 Mon Sep 17 00:00:00 2001 From: Jason Staack Date: Sat, 21 Mar 2026 15:36:08 -0500 Subject: [PATCH] fix(website): fix dark nav header on blog, add interactive screenshots - Remove site-nav--dark class from all pages (blog, homepage) - Add nav color overrides to all blog pages (light background, dark text) - Homepage: hover screenshots to swap dark/light, click to expand both side by side in overlay Co-Authored-By: Claude Opus 4.6 (1M context) --- docs/website/blog/100-simulated-routers.html | 5 +- .../blog/500-devices-broke-the-api.html | 5 +- docs/website/blog/free-tier-cap.html | 5 +- docs/website/blog/index.html | 5 +- docs/website/blog/not-posting-on-reddit.html | 5 +- docs/website/blog/not-stable-software.html | 5 +- docs/website/blog/what-you-can-do-today.html | 5 +- docs/website/blog/why-this-exists.html | 5 +- docs/website/index.html | 127 ++++++++++++------ 9 files changed, 116 insertions(+), 51 deletions(-) diff --git a/docs/website/blog/100-simulated-routers.html b/docs/website/blog/100-simulated-routers.html index a26375e..15feb7f 100644 --- a/docs/website/blog/100-simulated-routers.html +++ b/docs/website/blog/100-simulated-routers.html @@ -57,6 +57,9 @@ --accent: #8a7a48; } body { background-color: #eae7de; color: #1a1810; } + .site-nav { background: #e0dcd2 !important; border-bottom: 1px solid rgba(40,36,28,0.12); } + .site-nav .nav-logo span, .site-nav .nav-link, .site-nav .nav-cta { color: #1a1810 !important; } + .site-nav .nav-link:hover { color: #8a7a48 !important; } .dark { /* prevent dark mode */ }