/*!
Theme Name: Diego
Theme URI: https://wp.hixstudio.net/diego/
Author: Theme_Pure
Author URI: https://themeforest.net/user/theme_pure/
Description: Diego - Creative Personal Portfolio & Resume WordPress Theme
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: diego
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.blog-standard__area.pt-200 {
    background-image: none !important;
    background-color: #2C3825 !important;
}

document.addEventListener("DOMContentLoaded", function() {
    let div = document.querySelector(".blog-standard__area.pt-200");
    if (div) {
        div.setAttribute("data-bg-color", "#2C3825");
        div.style.backgroundColor = "#2C3825";
        div.style.backgroundImage = "none";
    }
});

document.addEventListener("DOMContentLoaded", function() {
    document.querySelector(".blog-standard__area.pt-200").style.backgroundColor = "#2C3825";
    document.querySelector(".blog-standard__area.pt-200").style.backgroundImage = "none";
});
