/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/


/*****************************************************
 * 見出し(H1～H6)に自動で付く線・装飾を削除
 * （Lightning / VK Blocks / Spectra 含む）
 *****************************************************/
body h1, body h2, body h3, body h4, body h5, body h6,
body h1::before, body h1::after,
body h2::before, body h2::after,
body h3::before, body h3::after,
body h4::before, body h4::after,
body h5::before, body h5::after,
body h6::before, body h6::after,
.wp-block-heading, .wp-block-heading::before, .wp-block-heading::after,
.vk_heading, .vk_heading *, .vk_heading_title,
.vk_heading_title::before, .vk_heading_title::after,
.uagb-heading-text, .uagb-heading-text::before, .uagb-heading-text::after {
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  content: none !important;
}
