« get me outta code hell

content, css: generatePageLayout: fallback background rule - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2025-01-23 16:00:09 -0400
committer(quasar) nebula <qznebula@protonmail.com>2025-01-23 16:00:09 -0400
commitdd4fc11373c63666f25fa62af7e3a515ee06400a (patch)
tree266176f742725715155e0182c4971e93a475ba82 /src/static
parentb83551a8d10fbbfedb710712cce5adff413fac30 (diff)
content, css: generatePageLayout: fallback background rule
Diffstat (limited to 'src/static')
-rw-r--r--src/static/css/site.css5
1 files changed, 4 insertions, 1 deletions
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 {