From 713e67ecef4c79326aa288eba793e9ea86dd4340 Mon Sep 17 00:00:00 2001 From: Aaron Stannard Date: Tue, 5 May 2026 21:46:33 +0000 Subject: [PATCH] Fix homepage OG image whitespace by setting body background color HCTI rendered the homepage card with a grey bar at the bottom because the body/html elements had no background color set, defaulting to the browser's white/grey. Added background: #0f1117 to html,body to match the container and regenerated the homepage image. --- mockups/hcti-social-card-homepage-c.html | 3 ++- social-images-manifest.json | 8 ++++---- src/pages/index.astro | 4 ++-- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/mockups/hcti-social-card-homepage-c.html b/mockups/hcti-social-card-homepage-c.html index 3db6574..8622bb0 100644 --- a/mockups/hcti-social-card-homepage-c.html +++ b/mockups/hcti-social-card-homepage-c.html @@ -5,11 +5,12 @@