Open
Description
If a reference page uses code highlight markup on link text:
it is rendered on the Language Reference like this:

The reference pages contain many links that use a code term as the link text and it's nice to use the code markup on these terms to clearly differentiate them from regular text but it's not worth doing so if it results in a link that is not visually noticeable.
I wonder whether it would be possible to change this (perhaps via a stylesheet?) so that the text is still colored as a link, similar to how GitHub renders the following Markdown:
[`define`](https://www.arduino.cc/reference/en/language/structure/further-syntax/define)
as:
define