/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/
/* ページヘッダーの背景色 */
.page-header {
    background-color: #eacb70;
}
add_action('wp_head', 'custom_header_styles');
/*******************************
* 固定ページ記事タイトル非表示
********************************/
post-44.entry-title {
  display:none;
}
post-436.entry-title {
  display:none;
}
#brushCanvas {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none; /* クリック操作を邪魔しない */
  z-index: 9999;         /* 他の要素の上に表示 */
}
