From b54d9816554332acc01191ba3e5c3ffedf05e212 Mon Sep 17 00:00:00 2001 From: traveler Date: Fri, 3 Apr 2026 23:17:15 -0500 Subject: [PATCH] sdf --- config/custom.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/config/custom.css b/config/custom.css index edbdc49..191a058 100755 --- a/config/custom.css +++ b/config/custom.css @@ -1,6 +1,12 @@ /* custom.css */ /* Base background behavior */ +html, +body, +body > div { + background-color: transparent !important; +} + body { background-size: cover !important; background-position: center center !important; @@ -9,7 +15,7 @@ body { /* Per-tab backgrounds */ body.tab-glance { - background-image: url("/app/images/bg-glance.jpg") !important; + background-image: url("/images/bg-glance.jpg") !important; } body.tab-pncharris {