/*
Theme Name: Muum Child
Theme URI: https://tcd-theme.com/tcd085
Template: muum_tcd085
Author: TCD
Author URI: https://tcd-theme.com/
Description: WordPress theme "Muum" allows you to create blog sites with rich variations. You can combine three types of headers and two types of post layouts, and even switch the left and right columns, so you can create a completely different site with just one theme.
Version: 3.7.2.1752138278
Updated: 2025-07-10 18:04:38

*/
/* ブロックエディタ全体のデフォルト文字色を黒に */
body.block-editor-page .editor-styles-wrapper {
    color: #000000 !important; /* 黒色を強制適用 */
}

/* 特定のブロック（例: 段落ブロック）の文字色を黒に */
body.block-editor-page .wp-block-paragraph {
    color: #000000 !important;
}

/* その他のテキスト要素も対象にする場合 */
body.block-editor-page p,
body.block-editor-page li,
body.block-editor-page h1,
body.block-editor-page h2,
body.block-editor-page h3,
body.block-editor-page h4,
body.block-editor-page h5,
body.block-editor-page h6 {
    color: #000000 !important;
}

/* これが編集画面に適用されるかはテーマによる */
.editor-styles-wrapper {
    color: #000000 !important;
}

/* より具体的なセレクタで試す */
.block-editor-page .editor-styles-wrapper .wp-block {
    color: #000000 !important;
}

.block-editor-page .wp-block-paragraph {
    color: #000000 !important;
}