/*
 Theme Name:   Lightning Child
 Template:     lightning
 Description:  Lightning Child Theme
 Author:       Your Name
 Author URI:   http://yourdomain.com
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/* 以下にカスタムCSSを追加する */

.page-header { display:none; }

footer.section.siteFooter {
    display: none;
}
h1, h2, h3, h4, h5, h6 {
    color: white;
}
body {
    color: white;
}

