a,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
    text-decoration: underline !important;
}

/* dodatkowo dla elementów stylizowanych jako linki */
button a,
.nav a,
.menu a {
    text-decoration: underline !important;
}