/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */


/* Removel all links underline introduced by WP 6.6 update
------------------------------------------------------- */
:root :where(a:where(:not(.wp-block-navigation))), :root :where(a:where(:not(.wp-element-button))) 
{
		text-decoration: initial !important;
}
		