/* Overrides for the injected navbar/footer: website.css ships !important `footer a` and `a:hover`
   rules that leak in. These match its specificity and load last so the shared design wins. */

/* Chrome links use animated underlines, not text-decoration. */
[data-shared-fragment] a,
[data-shared-fragment] a:hover,
[data-shared-fragment] a:hover:not(.btn):not(.card):not(.nav-link) {
    text-decoration: none !important;
}

/* Footer links inherit the shared colour, not website.css's grey. */
[data-shared-fragment="footer"] a,
[data-shared-fragment="footer"] a:hover:not(.btn):not(.card):not(.nav-link) {
    color: inherit !important;
}
