From 111fc07666a8e42c4f80eb23cdf2d5fd65e9fe64 Mon Sep 17 00:00:00 2001 From: dembim Date: Mon, 2 Feb 2026 15:57:24 -0500 Subject: [PATCH] a sledgehammer --- css/fonts.css | 8 ++++++++ shared_templates/main.html | 17 ++++++++++++----- 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/css/fonts.css b/css/fonts.css index 13bd2af..ce31958 100644 --- a/css/fonts.css +++ b/css/fonts.css @@ -229,6 +229,14 @@ body { font-family: "BodySans", sans-serif; } +.js-wait body { + visibility: hidden; +} + +.js-ready body { + visibility: visible; +} + h1 { font-family: "Heading"; line-height: 1.2; diff --git a/shared_templates/main.html b/shared_templates/main.html index 055aa8d..702855e 100644 --- a/shared_templates/main.html +++ b/shared_templates/main.html @@ -4,6 +4,16 @@ <!-- set automatically, see soupault.conf --> + + + + @@ -11,11 +21,6 @@ -