From 06939238fb90985ee38307153da50a10bd69a084 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Tue, 26 May 2015 10:33:29 +0100 Subject: [PATCH] lightened the default background colour --- index.php | 2 +- settings.fragment.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index ee038e3..366ca8d 100644 --- a/index.php +++ b/index.php @@ -85,7 +85,7 @@ $settings->navlinks = [ // string of css to include // may be a url - urls will be referenced via a tag -$settings->css = "body { font-family: sans-serif; color: #333333; background: #f3f3f3; } +$settings->css = "body { font-family: sans-serif; color: #333333; background: #f8f8f8; } label { display: inline-block; min-width: 10rem; } textarea[name=content] { display: block; width: 100%; height: 35rem; } /*input[name=page] { width: 16rem; }*/ diff --git a/settings.fragment.php b/settings.fragment.php index 391f51e..575ca86 100644 --- a/settings.fragment.php +++ b/settings.fragment.php @@ -82,7 +82,7 @@ $settings->navlinks = [ // string of css to include // may be a url - urls will be referenced via a tag -$settings->css = "body { font-family: sans-serif; color: #333333; background: #f3f3f3; } +$settings->css = "body { font-family: sans-serif; color: #333333; background: #f8f8f8; } label { display: inline-block; min-width: 10rem; } textarea[name=content] { display: block; width: 100%; height: 35rem; } /*input[name=page] { width: 16rem; }*/