From 2726baea2ec971bb4ee15291a0e031c7ddaa64b9 Mon Sep 17 00:00:00 2001 From: foswret Date: Fri, 14 Aug 2026 12:21:57 -0500 Subject: Update to Zola 0.23 Can not use {{ page.title }} in base.html for definition, so moved to more specific template files. Fix typo in style.css for <pre>, where text was black-on-black. --- static/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index 30eed92..594cbc2 100644 --- a/static/style.css +++ b/static/style.css @@ -7,7 +7,7 @@ html { /* overflow-y needed for chromium browsers to not shift */ overflow-y: scroll; - background-color: white; + background-color: var(--bg-color); } header { @@ -84,4 +84,3 @@ pre { footer { text-align: center; } - -- cgit v1.2.3