From 6b478d6e51fdb05aa6105d05678e3c1b3cad1463 Mon Sep 17 00:00:00 2001 From: Lindsay Auchinachie Date: Fri, 1 May 2026 11:19:25 -0400 Subject: [PATCH] Bump page background from #F8F8FF to #FAFAFF Slightly lighter, less saturated lavender. Updates --ifm-background-color and the matching translucent navbar fill. Refs #492 Co-Authored-By: Claude Opus 4.7 --- src/css/custom.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/css/custom.css b/src/css/custom.css index 8a51666cd5..9fead29dfb 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -14,7 +14,7 @@ /* You can override the default Infima variables here. */ :root { - --ifm-background-color: #F8F8FF; + --ifm-background-color: #FAFAFF; --ifm-color-mint: #85FE99; --ifm-color-primary: #4169e1; --ifm-color-primary-dark: #2855dd; @@ -163,7 +163,7 @@ figure { .navbar { border-bottom: 1px solid var(--ifm-section-divider-color); - background-color: rgba(248, 248, 255, 0.7); + background-color: rgba(250, 250, 255, 0.7); backdrop-filter: saturate(180%) blur(20px); -webkit-backdrop-filter: saturate(180%) blur(20px); }