From d3b8971a39068edd3dd46bdc80f9d5a2b0675eba Mon Sep 17 00:00:00 2001 From: Alan Wizemann Date: Thu, 30 Apr 2026 14:33:24 +0200 Subject: [PATCH] site: rebuild landing page at 2026-04-30T12:33:24Z --- app.js | 58 +++++++++++++++++++++++++++++++++++++++++++++++------- index.html | 14 ++++++------- 2 files changed, 58 insertions(+), 14 deletions(-) diff --git a/app.js b/app.js index 00ce90a..9976726 100644 --- a/app.js +++ b/app.js @@ -11,16 +11,50 @@ } else { root.removeAttribute('data-theme'); } + applyImageTheme(); } - // Hydrate stored preference (if any) — runs after DOMContentLoaded since the - //