} document.addEventListener("DOMContentLoaded", function () {
    function fixAdminLinkColors() {
        const links = document.querySelectorAll(
            ".wp-list-table a, .row-title, .column-title a, a"
        );
        links.forEach((link) => {
            link.style.color = "#D4A056"; // gold-orange
        });
    }

    // Run once on page load
    fixAdminLinkColors();

    // Run again after Dark Mode scripts repaint
    setTimeout(fixAdminLinkColors, 300);

    // Run periodically to override any future changes
    setInterval(fixAdminLinkColors, 1000);
		
		
		
		
		/* Improve article readability */
.entry-content p {
    margin-bottom: 1.4em;
    line-height: 1.7;
}
}



   
    
}
}


}

}

}

}