/*
 Theme Name: GeneratePress Child
 Theme URI: https://themicroentrepreneur.com
 Description: GeneratePress child theme for The MicroEntrepreneur
 Author: The MicroEntrepreneur
 Template: generatepress
 Version: 1.0.0
 Text Domain: generatepress-child
*/

/* Global link colour — WCAG 2.2 AA fix */
a {
    color: var(--tme-navy, #1C2B3A);
}
a:hover,
a:focus {
    color: var(--tme-amber, #C8922A);
    text-decoration: underline;
}

/* Navigation dropdown — WCAG 2.2 AA fix */
.main-navigation ul ul {
    background-color: var(--tme-navy, #1C2B3A);
}
.main-navigation ul ul a {
    color: var(--tme-offwhite, #F7F4EF);
}
.main-navigation ul ul a:hover,
.main-navigation ul ul a:focus {
    color: var(--tme-amber, #C8922A);
}
