Weak hands cannot be planted, meager skills have no foundation. Shallow wisdom is futile, how can one hope for a good name?扰扰从役倦，屑屑身事微。少壮轻年月，迟暮惜光辉。
<html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><?php
/**
 * Theme Customizer CSS output filters.
 *
 * @package Divi
 * @since ??
 */

if ( ! defined( 'ABSPATH' ) ) {
	die( 'Direct access forbidden.' );
}

/**
 * Add #main-content background CSS for non-Divi Builder pages when Theme Customizer background is set.
 *
 * @since ??
 *
 * @param string $css Theme Customizer CSS output.
 *
 * @return string Modified CSS output.
 */
function et_divi_add_main_content_background_css( $css ) {
	$post_id          = et_core_page_resource_get_the_ID();
	$is_pagebuilder   = et_pb_is_pagebuilder_used( $post_id );
	$background_image = get_theme_mod( 'background_image', '' );
	$background_color = get_theme_mod( 'background_color', '' );

	i