From 3e2dc848440467bd49c6912b284f95c80b334de0 Mon Sep 17 00:00:00 2001 From: AllenJB Date: Sun, 15 Sep 2019 13:12:10 +0100 Subject: [PATCH] Improve default background color --- objects.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/objects.php b/objects.php index 12af78a..03b449a 100644 --- a/objects.php +++ b/objects.php @@ -150,7 +150,7 @@ function __construct() { $this->navbartopiclinks = true; $this->navbarheight = '6em'; $this->examplebackground = '#dcdcdc'; - $this->outputbackground = '#eeee33'; + $this->outputbackground = '#f2f2f2'; $this->shadowbackground = '#777777'; $this->stylesheet = 'css.php'; $this->logoimage1url = 'http://' . $_SERVER['HTTP_HOST'] . $baseDir;