**Steps to replicate the issue** (include links if applicable):
* Visit https://en.m.wikipedia.org/wiki/UEFA_Euro_2024_qualifying?minervanightmode=1
* Check color contrast
**What happens?**:
Various links inside table rows with backgrounds do not meet color contrast guidelines for links:
{F43156991}
**What should have happened instead?**:
The following rule seems to fix all of the link issues I've encountered. It works because the backgrounds tend to be set with a text color of black in mind.
To distinguish links from non-links I suggest bolding and adding an underline.
{F43156969}
```
.skin-theme-clientpref-night [style*="background"] a {
color: #333;
text-decoration: underline;
}
```
**Software version** (skip for WMF-hosted wikis like Wikipedia):
**Other information** (browser name/version, screenshots, etc.):