Reported by @stjn in T378771#10375376
Background
Wikimedia skin variables can be overriden on a skin level. Many skins define link color without cdx-mixin-link-base but as we adopt cdx-mixin-link-base in more places, this results in links having inconsistent colors across the UI.
Previously we had tokens for links but we have since moved to using progressive colors for links and these are used by the cdx-mixin-link-base.
Perhaps we need to add overrides for color-progressive in all the 3rd party skins or update the mixin to respect any overrides?
Issue not present in Vector 2022 or Minerva.
Steps to replicate the issue (include links if applicable):
- Visit
- Compare link color for "thanks" link (.mw-pager-tools a) and title a.mw-changeslist-title
What happens?:
- Thanks link is color-progressive
- Title link is #0645ad
In Monobook: #002bb8, #0645ad
In Timeless: #36c, #0645ad
In CologneBlue: #236, #0645ad
In Modern: #036, #0645ad
What should have happened instead?:
The colors should be the same.
Software version (on Special:Version page; skip for WMF-hosted wikis like Wikipedia):
Other information (browser name/version, screenshots, etc.):
