Background
In T337959: Accessibility audit: check the contrast ratio in our Codex components we detected that when there is a Red link within a message or within gray content box, the color-link-red used for default red link is less than the 4.5:1 contrast required for text elements.
In T337444 we decided to update color-red600 from #d33 to #d73333, so any decision token using color-red600, like color-link-red was also updated to #d73333. This means that red links are contrasted enough on #fff and #f8f9fa backgrounds, but it won't be contrasted enough on any of the message component's background or gray #eaecf0 content boxes (being less than 4.5:1 contrast in these cases).
We need to find an alternative solution for red links when placed on non-white backgrounds.
