/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  GeneratePress Child Theme with Custom Performance Optimizations
 Author:       Nehemoth
 Template:     generatepress
 Version:      1.0.0
*/
/* WCAG 2.1 AA Compliance: Link Contrast & Underlines */
body .grid-container a:not(.button):not(.wp-block-button__link),
body .entry-content p a,
body a.read-more,
body .entry-meta a {
    text-decoration: underline !important;
    color: #0056b3 !important; /* Minimum contrast 4.5:1 against #ffffff */
}

body .grid-container a:not(.button):not(.wp-block-button__link):hover,
body .entry-content p a:hover,
body a.read-more:hover,
body .entry-meta a:hover {
    color: #003d80 !important;
    text-decoration: none !important;
}
