Remove code link style so it uses the default link color #10578
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What type of PR is this? (check all applicable)
Description
Currently, the link color for the
codeelement within articles is very similar to the color for normalcodeelements, making it hard to distinguish what is a link and what isn't. My solution is to remove the style that definescodelinks, so that it falls back to default color for links.Related Tickets & Documents
Fixes #9603
QA Instructions, Screenshots, Recordings
Screenshots (changes outlined in red box)
Before

After

Steps
Make an article with the following content:
First and third elements should have the blue link color (or whatever
--link-brand-colorvar is set to)The second element should be black color (assuming
--color-body-colorwas not changed by the tester)edit: Additional test case:
putting this in an article:
should still render default black color for
codeelements.Added tests?
Added to documentation?