From 5afdcb4c91c073c4a8e8776ce9fcd6691656b08a Mon Sep 17 00:00:00 2001 From: Mark Eaton Date: Thu, 21 May 2026 17:23:30 +0000 Subject: [PATCH] update system-wide.css with patches to undo recent Springshare CSS changes --- misc/system-wide.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/misc/system-wide.css b/misc/system-wide.css index 413d5f9..9da946b 100644 --- a/misc/system-wide.css +++ b/misc/system-wide.css @@ -21,6 +21,15 @@ } } +h1, h2 { + color: white; + font-family: Arial, Helvetica, Verdana; +} + +body { + font-family: Arial, Helvetica, Verdana; +} + /* this code makes the tag that holds bannercontainer a block element, so that it can take up the full width of the screen */ a:has(#bannercontainer) {