Index: post-template.php
===================================================================
--- post-template.php	(revision 28718)
+++ post-template.php	(working copy)
@@ -624,7 +624,7 @@
 		$classes[] = 'no-customize-support';
 	}
 
-	if ( get_theme_mod( 'background_color' ) || get_background_image() )
+	if ( get_theme_support( 'custom-background', 'default-color' ) != get_theme_mod( 'background_color' ) || get_background_image() )
 		$classes[] = 'custom-background';
 
 	$page = $wp_query->get( 'page' );
