@charset "UTF-8";
/* 文章页背景 */
.layout_post>#post {
    background: rgba(255, 255, 255, 0.5);
}

/* 所有页面背景 */
#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{
    background: rgba(255, 255, 255, 0.1);
}

/* 侧边卡片透明度*/
:root {
    --card-bg: rgba(255, 255, 255, 0.2)
}

/*页脚透明*/

#footer {
    background: rgba(255, 255, 255, 0);
}
