@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/

/* 固定ページ全般で「この記事は〜分で読めます」を非表示 */
.page .read-time {
    display: none !important;
}

/* 固定ページ全般で日付を非表示 */
.page .date-tags {
    display: none !important;
}
