From ef7a45361996b7a49226a0b088e2599f2801d017 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Mon, 23 Mar 2026 02:42:44 +0000 Subject: fix: restore background image using CSS custom property on body Replace z-index:-1 overlay div (hidden behind body background) with a CSS custom property --bg-url set inline on body, consumed by .bg-body as a layered background-image with a dark gradient overlay. Co-Authored-By: Claude Sonnet 4.6 --- web/templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/templates/index.html') diff --git a/web/templates/index.html b/web/templates/index.html index 5cfa77f..aabe7ff 100644 --- a/web/templates/index.html +++ b/web/templates/index.html @@ -25,8 +25,8 @@ .bg-modal-overlay { background-color: var(--modal-overlay); } - -
+ +
-- cgit v1.2.3