Proper default background color for Twenty Eleven. props miqrogroove. fixes #22347.

git-svn-id: https://develop.svn.wordpress.org/trunk@22408 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-11-06 23:14:00 +00:00
parent 75201ce1e5
commit 003319cdf6
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ function twentyeleven_setup() {
if ( 'dark' == $theme_options['color_scheme'] )
$default_background_color = '1d1d1d';
else
$default_background_color = 'f1f1f1';
$default_background_color = 'e2e2e2';
// Add support for custom backgrounds.
add_theme_support( 'custom-background', array(