Because multiple links in Wikipedia are often adjacent as part of a sentence, they really ought to be underlined so that it’s clear how many links are in a given phrase.

You can add CSS to Wikipedia within its preferences at https://en.wikipedia.org/wiki/Special:Preferences#mw-prefsection-rendering

This one line of CSS should do the trick:

.mw-body-content a { text-decoration: revert; }