.footer a,
.node-type-overview-page .region-content a {
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-decoration-skip-ink: none;
    text-decoration-thickness: .09em;
    text-underline-offset: 2px;
    border: none !important;
}

.footer a:hover,
.footer a:focus,
.node-type-overview-page .region-content a:hover,
.node-type-overview-page .region-content a:focus {
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-decoration-skip-ink: none;
    text-decoration-thickness: .09em;
    text-underline-offset: 2px;
} 