diff options
author | friendica <info@friendica.com> | 2013-11-16 13:00:18 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-11-16 13:00:18 -0800 |
commit | 3f9eb41e762772c9eda42e8ba2c3e75eced37685 (patch) | |
tree | e8c5358a2d7b2574e9681145734e585225f187b9 /view/theme/redbasic/php/style.php | |
parent | 766529b78ed1adeee0ae829847d8f04da6e0e78b (diff) | |
download | volse-hubzilla-3f9eb41e762772c9eda42e8ba2c3e75eced37685.tar.gz volse-hubzilla-3f9eb41e762772c9eda42e8ba2c3e75eced37685.tar.bz2 volse-hubzilla-3f9eb41e762772c9eda42e8ba2c3e75eced37685.zip |
more of a light&fresh look
Diffstat (limited to 'view/theme/redbasic/php/style.php')
-rw-r--r-- | view/theme/redbasic/php/style.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php index a45482be8..515356cb6 100644 --- a/view/theme/redbasic/php/style.php +++ b/view/theme/redbasic/php/style.php @@ -66,11 +66,11 @@ if (! $banner_colour) $banner_colour = "fff"; if (! $bgcolour) - $bgcolour = "#f8f8f8"; + $bgcolour = "#fdfdfd"; if (! $background_image) $background_image =''; if (! $item_colour) - $item_colour = "#f8f8f8"; + $item_colour = "#fdfdfd"; if (! $toolicon_colour) $toolicon_colour = '#777777'; if (! $toolicon_activecolour) |