Steps to replicate the issue (include links if applicable):
- Go to https://en.wikipedia.org/wiki/New_wave_of_British_heavy_metal#cite_note-FOOTNOTEKiss_Chartsn.d.(a)-33
- Click the ^ link
- Try to visually find where the target reference is
What happens?:
Not only, due to changes after T317661, the top of the viewport now doesn't correspond to the top of the element targeted by the link. Due to the low-contrast color value of --background-color-progressive-subtle (#f1f4fd in light mode), it is really hard to notice.
What should have happened instead?:
It should be immediately clear to the user which reference link is the target one; that is, [33].
Technical details
The :target style is set by this rule:
ol.references li:target,sup.reference:target { background-color: var(--background-color-progressive-subtle,#f1f4fd) }
Please change tags of this task to the most appropriate if they aren't.


