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 {