/*
Theme Name: Twenty Twentythree Child
Theme URI: http://example.com/twenty-twentythree-child/
Description: Twenty TwentyThree Child Theme
Author: yjymd
Author URI: http://example.com
Template: twentytwentythree
Version: 1.0.0
*/

.wp-block-cover__image-background {
    filter: none !important;
}

.wp-block-cover__gradient-background {
    opacity: 0 !important;
}


@import url("../twentytwentythree/style.css");
.custom-bg-color {
    background-color: #f0f0f0; /* ここでバックグラウンドカラーを指定 */
    padding: 10px; /* 必要に応じてパディングを追加 */
}
h1.wp-block.wp-block-post-title.block-editor-block-list__block.editor-post-title.editor-post-title__input.rich-text {
    text-transform: none !important;
}

.editor-styles-wrapper :where(.wp-block-post-title) {
    text-transform: none !important;
}

