/*
Theme Name: Blocksy Child
Template: blocksy
Version: 1.0
*/
/* ── 強制覆蓋 Blocksy 白色背景 ── */
html,
body,
body.home,
body.page,
#page,
.site,
.ct-main,
.entry-wrap,
.page-wrap {
    background: linear-gradient(180deg, #1E242B 0%, #181D24 100%) !important;
    background-attachment: fixed !important;
    color: #F5F7F6 !important;
}

/* Blocksy 內容區塊透明化 */
.ct-container,
.ct-section,
.entry-content,
.page-content,
.ct-blog-grid,
.main-wrap {
    background: transparent !important;
}
