
#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: var(--light_bg_color)
}

#aside-content .card-widget {
    background: var(--light_bg_color)
}

#article-container {
    background: var(--light_bg_color)
}

#post {
    background: var(--light_bg_color)
}
#archive {
    background: var(--light_bg_color)
}
#page {
    background: var(--light_bg_color)
}

#recent-posts>.recent-post-items>.recent-post-item {
    background: var(--light_bg_color)
}

#body-wrap {
    background: linear-gradient(90deg,rgba(247,149,51,.1),rgba(243,112,85,.1) 15%,rgba(239,78,123,.1) 30%,rgba(161,102,171,.1) 44%,rgba(80,115,184,.1) 58%,rgba(16,152,173,.1) 72%,rgba(7,179,155,.1) 86%,rgba(109,186,130,.1))
}

#recent-posts>.recent-post-items>.recent-post-item>.recent-post-info {
    margin-top: 30px;
    margin-bottom: 30px;
}
