From dd4fc11373c63666f25fa62af7e3a515ee06400a Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Thu, 23 Jan 2025 16:00:09 -0400 Subject: content, css: generatePageLayout: fallback background rule --- src/static/css/site.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/static/css/site.css') diff --git a/src/static/css/site.css b/src/static/css/site.css index 4d4d6416..514154a5 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -237,7 +237,10 @@ body { } body::before { - background-image: url("../../media/bg.jpg"); + /* This is where the basic background-image rule + * gets applied... but the path *to* that media file + * isn't part of the CSS itself anymore! + */ } body::before, .wallpaper-part { -- cgit 1.3.0-6-gf8a5