From 18639412c260c2af1d4268cb3a3209e208276005 Mon Sep 17 00:00:00 2001 From: triethyl Date: Sun, 15 Feb 2026 23:37:22 -0500 Subject: changed background --- site/themes/sine/static/js/background.js | 216 +++++++++++++++--------- site/themes/sine/static/js/old-background.js | 82 +++++++++ site/themes/sine/static/js/oldish-background.js | 90 ++++++++++ 3 files changed, 309 insertions(+), 79 deletions(-) create mode 100644 site/themes/sine/static/js/old-background.js create mode 100644 site/themes/sine/static/js/oldish-background.js diff --git a/site/themes/sine/static/js/background.js b/site/themes/sine/static/js/background.js index e9b61a2..174820a 100644 --- a/site/themes/sine/static/js/background.js +++ b/site/themes/sine/static/js/background.js @@ -1,82 +1,140 @@ -document.addEventListener("DOMContentLoaded", () => { - const canvas = document.getElementById("background"); - if (!canvas) return; - const ctx = canvas.getContext("2d"); - - // Grab config from the embedded