]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Using default theme design values (it was previously set to identica
authorSarven Capadisli <csarven@controlyourself.ca>
Tue, 23 Jun 2009 21:26:47 +0000 (21:26 +0000)
committerSarven Capadisli <csarven@controlyourself.ca>
Tue, 23 Jun 2009 21:26:47 +0000 (21:26 +0000)
theme)

lib/common.php

index 76eb4a9785228b33c40eec6a749968b57825ff69..8eb464d7db80f775fe73ea38a3a83ac0ac78e140 100644 (file)
@@ -95,9 +95,9 @@ $config =
               'server' => $_server,
               'theme' => 'default',
               'design' =>
-              array('backgroundcolor' => '#F0F2F5',
+              array('backgroundcolor' => '#CEE1E9',
                     'contentcolor' => '#FFFFFF',
-                    'sidebarcolor' => '#CEE1E9',
+                    'sidebarcolor' => '#C8D1D5',
                     'textcolor' => '#000000',
                     'linkcolor' => '#002E6E',
                     'backgroundimage' => null,