/* 文章页背景 */
.layout_post>#post {
    /* 以下代表透明度为0.45 可以自行修改*/
    background: rgba(0, 0, 0, .45);
}

/* 所有页面背景 */
#aside_content .card-widget,
#recent-posts>.recent-post-item,
.layout_page>div:first-child:not(.recent-posts),
.layout_post>#page,
.layout_post>#post,
.read-mode .layout_post>#post {
    /* 以下代表透明度为0.9 */
    background: rgba(0, 0, 0, .45);
}

/*侧边卡片的透明度 */
:root {
    --card-bg: rgba(0, 0, 0, .45);
    --mark-bg: rgba(0, 0, 0, 0);
}

/* 页脚透明 */
/* #footer {
    background: rgba(0, 0, 0, .1);
} */