add( array( 'selectors' => array( 'body' ), 'declarations' => array( 'color' => $color ) ) ); } // Global link color $link = bulan_mod( $prefix . 'global-link-color' ); if ( $link !== customizer_library_get_default( $prefix . 'global-link-color' ) ) { $color = sanitize_hex_color( $link ); Customizer_Library_Styles()->add( array( 'selectors' => array( 'a', 'a:visited' ), 'declarations' => array( 'color' => $color ) ) ); } } endif; add_action( 'bulan_customizer_library_styles', 'bulan_customizer_global_styles' );