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) {