From af4b69db1bf1ee4df83e95bbf9c694b8a9bcd1df Mon Sep 17 00:00:00 2001 From: wompmacho Date: Sun, 7 Jun 2026 00:57:09 +0000 Subject: [PATCH] updating background --- assets/css/custom.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/custom.css b/assets/css/custom.css index 7e104cc..7a2d9e0 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -52,7 +52,7 @@ img[src$='#floatright']{ float:right; margin: 0.7rem; } /* Page background with Diffusion Layer */ -body.has-bg::before { +body::before { content: ""; position: fixed; top: 0; @@ -73,7 +73,7 @@ body.has-bg::before { } /* Ensure background sits behind everything */ -body.has-bg { +body { position: relative; z-index: 1; }